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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=175",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 176,
    "results": [
        {
            "start": 1180019369,
            "stop": 1180019533
        },
        {
            "start": 1180022221,
            "stop": 1180022876
        },
        {
            "start": 1180023714,
            "stop": 1180027193
        },
        {
            "start": 1180027195,
            "stop": 1180027202
        },
        {
            "start": 1180027208,
            "stop": 1180027325
        },
        {
            "start": 1180027326,
            "stop": 1180027335
        },
        {
            "start": 1180027338,
            "stop": 1180027552
        },
        {
            "start": 1180027556,
            "stop": 1180027564
        },
        {
            "start": 1180027568,
            "stop": 1180027576
        },
        {
            "start": 1180027581,
            "stop": 1180027588
        },
        {
            "start": 1180027591,
            "stop": 1180030088
        },
        {
            "start": 1180037904,
            "stop": 1180039136
        },
        {
            "start": 1180077202,
            "stop": 1180084288
        },
        {
            "start": 1180084290,
            "stop": 1180092146
        },
        {
            "start": 1180092147,
            "stop": 1180092149
        },
        {
            "start": 1180092151,
            "stop": 1180092154
        },
        {
            "start": 1180092156,
            "stop": 1180092157
        },
        {
            "start": 1180092158,
            "stop": 1180092159
        },
        {
            "start": 1180092162,
            "stop": 1180092206
        },
        {
            "start": 1180092208,
            "stop": 1180095893
        }
    ]
}