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/S6/timelines/L1_CBCHIGH_CAT4/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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=68",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 69,
    "results": [
        {
            "start": 931257564,
            "stop": 931257570
        },
        {
            "start": 931257575,
            "stop": 931257580
        },
        {
            "start": 931257584,
            "stop": 931257594
        },
        {
            "start": 931257597,
            "stop": 931257599
        },
        {
            "start": 931257602,
            "stop": 931257606
        },
        {
            "start": 931257617,
            "stop": 931257618
        },
        {
            "start": 931257620,
            "stop": 931257629
        },
        {
            "start": 931257638,
            "stop": 931257640
        },
        {
            "start": 931257643,
            "stop": 931257644
        },
        {
            "start": 931257652,
            "stop": 931257654
        },
        {
            "start": 931257666,
            "stop": 931257667
        },
        {
            "start": 931257669,
            "stop": 931257673
        },
        {
            "start": 931257679,
            "stop": 931257686
        },
        {
            "start": 931257688,
            "stop": 931257697
        },
        {
            "start": 931257700,
            "stop": 931257704
        },
        {
            "start": 931257727,
            "stop": 931257728
        },
        {
            "start": 931257730,
            "stop": 931257731
        },
        {
            "start": 931257735,
            "stop": 931257736
        },
        {
            "start": 931257781,
            "stop": 931257783
        },
        {
            "start": 931257792,
            "stop": 931257794
        }
    ]
}