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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=590",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=588",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 589,
    "results": [
        {
            "start": 840750255,
            "stop": 840752615
        },
        {
            "start": 840753221,
            "stop": 840824150
        },
        {
            "start": 840824158,
            "stop": 840824171
        },
        {
            "start": 840824176,
            "stop": 840832706
        },
        {
            "start": 840832714,
            "stop": 840836523
        },
        {
            "start": 840837224,
            "stop": 840837465
        },
        {
            "start": 840837474,
            "stop": 840857942
        },
        {
            "start": 840859259,
            "stop": 840862074
        },
        {
            "start": 840862082,
            "stop": 840882794
        },
        {
            "start": 840884517,
            "stop": 840895078
        },
        {
            "start": 840895755,
            "stop": 840897795
        },
        {
            "start": 840924044,
            "stop": 840926211
        },
        {
            "start": 840926216,
            "stop": 840926219
        },
        {
            "start": 840926840,
            "stop": 840930667
        },
        {
            "start": 840930672,
            "stop": 840930764
        },
        {
            "start": 840930769,
            "stop": 840931146
        },
        {
            "start": 840932036,
            "stop": 840932662
        },
        {
            "start": 840933996,
            "stop": 840993813
        },
        {
            "start": 840994415,
            "stop": 840995753
        },
        {
            "start": 840996720,
            "stop": 841003011
        }
    ]
}