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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7681",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7679",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7680,
    "results": [
        {
            "start": 971448136,
            "stop": 971448193
        },
        {
            "start": 971448258,
            "stop": 971448268
        },
        {
            "start": 971448271,
            "stop": 971448276
        },
        {
            "start": 971448282,
            "stop": 971448347
        },
        {
            "start": 971448352,
            "stop": 971448389
        },
        {
            "start": 971448392,
            "stop": 971448452
        },
        {
            "start": 971448496,
            "stop": 971448589
        },
        {
            "start": 971448592,
            "stop": 971448644
        },
        {
            "start": 971448647,
            "stop": 971448660
        },
        {
            "start": 971448663,
            "stop": 971448682
        },
        {
            "start": 971448686,
            "stop": 971448707
        },
        {
            "start": 971448710,
            "stop": 971448726
        },
        {
            "start": 971448729,
            "stop": 971448731
        },
        {
            "start": 971448916,
            "stop": 971448934
        },
        {
            "start": 971448937,
            "stop": 971448989
        },
        {
            "start": 971448993,
            "stop": 971449009
        },
        {
            "start": 971449012,
            "stop": 971449014
        },
        {
            "start": 971449017,
            "stop": 971449019
        },
        {
            "start": 971449023,
            "stop": 971449024
        },
        {
            "start": 971449028,
            "stop": 971449070
        }
    ]
}