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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4918",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4919,
    "results": [
        {
            "start": 875190558,
            "stop": 875190592
        },
        {
            "start": 875190611,
            "stop": 875190688
        },
        {
            "start": 875190708,
            "stop": 875190838
        },
        {
            "start": 875190857,
            "stop": 875190899
        },
        {
            "start": 875190918,
            "stop": 875191024
        },
        {
            "start": 875191043,
            "stop": 875191062
        },
        {
            "start": 875191091,
            "stop": 875191140
        },
        {
            "start": 875191159,
            "stop": 875191282
        },
        {
            "start": 875191301,
            "stop": 875191482
        },
        {
            "start": 875191514,
            "stop": 875191687
        },
        {
            "start": 875191709,
            "stop": 875192159
        },
        {
            "start": 875192200,
            "stop": 875192312
        },
        {
            "start": 875192331,
            "stop": 875192351
        },
        {
            "start": 875192370,
            "stop": 875192400
        },
        {
            "start": 875192478,
            "stop": 875192548
        },
        {
            "start": 875192567,
            "stop": 875192650
        },
        {
            "start": 875192670,
            "stop": 875192925
        },
        {
            "start": 875193045,
            "stop": 875193334
        },
        {
            "start": 875193353,
            "stop": 875193393
        },
        {
            "start": 875193414,
            "stop": 875193452
        }
    ]
}