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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9127",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9128,
    "results": [
        {
            "start": 875093583,
            "stop": 875093905
        },
        {
            "start": 875093924,
            "stop": 875094492
        },
        {
            "start": 875094509,
            "stop": 875094607
        },
        {
            "start": 875094624,
            "stop": 875095705
        },
        {
            "start": 875095722,
            "stop": 875096518
        },
        {
            "start": 875096535,
            "stop": 875096838
        },
        {
            "start": 875096855,
            "stop": 875097014
        },
        {
            "start": 875097033,
            "stop": 875097309
        },
        {
            "start": 875097328,
            "stop": 875097350
        },
        {
            "start": 875097372,
            "stop": 875097393
        },
        {
            "start": 875097412,
            "stop": 875097526
        },
        {
            "start": 875097550,
            "stop": 875097576
        },
        {
            "start": 875097595,
            "stop": 875097610
        },
        {
            "start": 875097632,
            "stop": 875097738
        },
        {
            "start": 875097762,
            "stop": 875097822
        },
        {
            "start": 875097841,
            "stop": 875097887
        },
        {
            "start": 875097906,
            "stop": 875098356
        },
        {
            "start": 875098373,
            "stop": 875098716
        },
        {
            "start": 875098735,
            "stop": 875099358
        },
        {
            "start": 875099388,
            "stop": 875099436
        }
    ]
}