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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=68",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 69,
    "results": [
        {
            "start": 1130326898,
            "stop": 1130326899
        },
        {
            "start": 1130326902,
            "stop": 1130326903
        },
        {
            "start": 1130327024,
            "stop": 1130327025
        },
        {
            "start": 1130327027,
            "stop": 1130327029
        },
        {
            "start": 1130327030,
            "stop": 1130327032
        },
        {
            "start": 1130327033,
            "stop": 1130327035
        },
        {
            "start": 1130327036,
            "stop": 1130327039
        },
        {
            "start": 1130327040,
            "stop": 1130327042
        },
        {
            "start": 1130327043,
            "stop": 1130327046
        },
        {
            "start": 1130327047,
            "stop": 1130327049
        },
        {
            "start": 1130327050,
            "stop": 1130327052
        },
        {
            "start": 1130327053,
            "stop": 1130327055
        },
        {
            "start": 1130327056,
            "stop": 1130327058
        },
        {
            "start": 1130327059,
            "stop": 1130327061
        },
        {
            "start": 1130327062,
            "stop": 1130327063
        },
        {
            "start": 1130327064,
            "stop": 1130327066
        },
        {
            "start": 1130327067,
            "stop": 1130327069
        },
        {
            "start": 1130327070,
            "stop": 1130327072
        },
        {
            "start": 1130327073,
            "stop": 1130327075
        },
        {
            "start": 1130327076,
            "stop": 1130327077
        }
    ]
}