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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9926",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9927,
    "results": [
        {
            "start": 874914381,
            "stop": 874914434
        },
        {
            "start": 874914451,
            "stop": 874914453
        },
        {
            "start": 874914470,
            "stop": 874914499
        },
        {
            "start": 874914516,
            "stop": 874914998
        },
        {
            "start": 874915027,
            "stop": 874915073
        },
        {
            "start": 874915104,
            "stop": 874915216
        },
        {
            "start": 874915254,
            "stop": 874915264
        },
        {
            "start": 874915282,
            "stop": 874915320
        },
        {
            "start": 874915380,
            "stop": 874915428
        },
        {
            "start": 874915445,
            "stop": 874915698
        },
        {
            "start": 874915715,
            "stop": 874915757
        },
        {
            "start": 874915774,
            "stop": 874915893
        },
        {
            "start": 874915925,
            "stop": 874916000
        },
        {
            "start": 874916017,
            "stop": 874916043
        },
        {
            "start": 874916060,
            "stop": 874916133
        },
        {
            "start": 874916134,
            "stop": 874916176
        },
        {
            "start": 874916193,
            "stop": 874916213
        },
        {
            "start": 874916230,
            "stop": 874916304
        },
        {
            "start": 874916321,
            "stop": 874916391
        },
        {
            "start": 874916408,
            "stop": 874916467
        }
    ]
}