Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5861
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5862",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5860",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5861,
    "results": [
        {
            "start": 874761699,
            "stop": 874761902
        },
        {
            "start": 874761905,
            "stop": 874762084
        },
        {
            "start": 874762087,
            "stop": 874762156
        },
        {
            "start": 874762159,
            "stop": 874762220
        },
        {
            "start": 874762223,
            "stop": 874762412
        },
        {
            "start": 874762416,
            "stop": 874762516
        },
        {
            "start": 874762520,
            "stop": 874762522
        },
        {
            "start": 874762526,
            "stop": 874762843
        },
        {
            "start": 874762848,
            "stop": 874762943
        },
        {
            "start": 874762946,
            "stop": 874763068
        },
        {
            "start": 874763071,
            "stop": 874763135
        },
        {
            "start": 874763138,
            "stop": 874763163
        },
        {
            "start": 874763166,
            "stop": 874763497
        },
        {
            "start": 874763501,
            "stop": 874763507
        },
        {
            "start": 874763511,
            "stop": 874763521
        },
        {
            "start": 874763524,
            "stop": 874763564
        },
        {
            "start": 874763567,
            "stop": 874763570
        },
        {
            "start": 874763573,
            "stop": 874763716
        },
        {
            "start": 874763720,
            "stop": 874763781
        },
        {
            "start": 874763787,
            "stop": 874763904
        }
    ]
}