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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=46",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 47,
    "results": [
        {
            "start": 816070484,
            "stop": 816073632
        },
        {
            "start": 816073635,
            "stop": 816075956
        },
        {
            "start": 816076076,
            "stop": 816077011
        },
        {
            "start": 816077028,
            "stop": 816084496
        },
        {
            "start": 816084513,
            "stop": 816084933
        },
        {
            "start": 816084936,
            "stop": 816086528
        },
        {
            "start": 816086560,
            "stop": 816087593
        },
        {
            "start": 816087596,
            "stop": 816091200
        },
        {
            "start": 816091232,
            "stop": 816095981
        },
        {
            "start": 816095985,
            "stop": 816099366
        },
        {
            "start": 816099885,
            "stop": 816103290
        },
        {
            "start": 816103350,
            "stop": 816103463
        },
        {
            "start": 816103583,
            "stop": 816103616
        },
        {
            "start": 816103648,
            "stop": 816104387
        },
        {
            "start": 816104389,
            "stop": 816104969
        },
        {
            "start": 816105089,
            "stop": 816105102
        },
        {
            "start": 816105263,
            "stop": 816105945
        },
        {
            "start": 816105948,
            "stop": 816106233
        },
        {
            "start": 816141409,
            "stop": 816141518
        },
        {
            "start": 816141521,
            "stop": 816141549
        }
    ]
}