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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=17",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 18,
    "results": [
        {
            "start": 816158910,
            "stop": 816166353
        },
        {
            "start": 816166370,
            "stop": 816175833
        },
        {
            "start": 816175837,
            "stop": 816176438
        },
        {
            "start": 816176442,
            "stop": 816179632
        },
        {
            "start": 816179636,
            "stop": 816180407
        },
        {
            "start": 816180410,
            "stop": 816183075
        },
        {
            "start": 816184320,
            "stop": 816185103
        },
        {
            "start": 816186901,
            "stop": 816188625
        },
        {
            "start": 816188642,
            "stop": 816188909
        },
        {
            "start": 816188926,
            "stop": 816189699
        },
        {
            "start": 816190352,
            "stop": 816192333
        },
        {
            "start": 816193833,
            "stop": 816194634
        },
        {
            "start": 816194656,
            "stop": 816195373
        },
        {
            "start": 816197786,
            "stop": 816199148
        },
        {
            "start": 816200244,
            "stop": 816200686
        },
        {
            "start": 816201454,
            "stop": 816203215
        },
        {
            "start": 816204829,
            "stop": 816204854
        },
        {
            "start": 816206281,
            "stop": 816206827
        },
        {
            "start": 816206830,
            "stop": 816207613
        },
        {
            "start": 816207978,
            "stop": 816208378
        }
    ]
}