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/H1_CW_CAT1/segments?format=api&page=57
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=56",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 57,
    "results": [
        {
            "start": 822354283,
            "stop": 822357613
        },
        {
            "start": 822357656,
            "stop": 822357658
        },
        {
            "start": 822358351,
            "stop": 822361453
        },
        {
            "start": 822361480,
            "stop": 822361482
        },
        {
            "start": 822361555,
            "stop": 822366313
        },
        {
            "start": 822366346,
            "stop": 822366348
        },
        {
            "start": 822366444,
            "stop": 822368593
        },
        {
            "start": 822368620,
            "stop": 822368621
        },
        {
            "start": 822368823,
            "stop": 822371353
        },
        {
            "start": 822371360,
            "stop": 822371361
        },
        {
            "start": 822371496,
            "stop": 822379633
        },
        {
            "start": 822379675,
            "stop": 822379677
        },
        {
            "start": 822379754,
            "stop": 822379847
        },
        {
            "start": 822379851,
            "stop": 822379881
        },
        {
            "start": 822379885,
            "stop": 822379982
        },
        {
            "start": 822379986,
            "stop": 822380101
        },
        {
            "start": 822380105,
            "stop": 822380113
        },
        {
            "start": 822380196,
            "stop": 822380211
        },
        {
            "start": 822380258,
            "stop": 822382753
        },
        {
            "start": 822382759,
            "stop": 822382760
        }
    ]
}