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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=427",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=425",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 426,
    "results": [
        {
            "start": 941956690,
            "stop": 941959680
        },
        {
            "start": 942139555,
            "stop": 942155423
        },
        {
            "start": 942156313,
            "stop": 942158939
        },
        {
            "start": 942162482,
            "stop": 942168920
        },
        {
            "start": 942174770,
            "stop": 942175028
        },
        {
            "start": 942197140,
            "stop": 942201204
        },
        {
            "start": 942204139,
            "stop": 942208701
        },
        {
            "start": 942210317,
            "stop": 942214872
        },
        {
            "start": 942217947,
            "stop": 942218461
        },
        {
            "start": 942218613,
            "stop": 942252794
        },
        {
            "start": 942252796,
            "stop": 942254373
        },
        {
            "start": 942265831,
            "stop": 942268612
        },
        {
            "start": 942272234,
            "stop": 942273496
        },
        {
            "start": 942274856,
            "stop": 942276122
        },
        {
            "start": 942278336,
            "stop": 942284034
        },
        {
            "start": 942285140,
            "stop": 942299075
        },
        {
            "start": 942303214,
            "stop": 942316861
        },
        {
            "start": 942318324,
            "stop": 942318992
        },
        {
            "start": 942318993,
            "stop": 942318997
        },
        {
            "start": 942318998,
            "stop": 942318999
        }
    ]
}