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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=59",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 60,
    "results": [
        {
            "start": 822447352,
            "stop": 822458313
        },
        {
            "start": 822458327,
            "stop": 822460480
        },
        {
            "start": 822460493,
            "stop": 822460854
        },
        {
            "start": 822460882,
            "stop": 822460884
        },
        {
            "start": 822460933,
            "stop": 822461291
        },
        {
            "start": 822461295,
            "stop": 822463693
        },
        {
            "start": 822463721,
            "stop": 822463723
        },
        {
            "start": 822463758,
            "stop": 822472093
        },
        {
            "start": 822472107,
            "stop": 822472109
        },
        {
            "start": 822472252,
            "stop": 822475205
        },
        {
            "start": 822475354,
            "stop": 822476173
        },
        {
            "start": 822476179,
            "stop": 822476180
        },
        {
            "start": 822476368,
            "stop": 822477431
        },
        {
            "start": 822477640,
            "stop": 822477973
        },
        {
            "start": 822477998,
            "stop": 822478000
        },
        {
            "start": 822478157,
            "stop": 822478273
        },
        {
            "start": 822478318,
            "stop": 822478319
        },
        {
            "start": 822478491,
            "stop": 822478753
        },
        {
            "start": 822478767,
            "stop": 822478768
        },
        {
            "start": 822480318,
            "stop": 822482390
        }
    ]
}