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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=38",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 39,
    "results": [
        {
            "start": 1262669785,
            "stop": 1262669789
        },
        {
            "start": 1262669792,
            "stop": 1262669832
        },
        {
            "start": 1262669835,
            "stop": 1262669874
        },
        {
            "start": 1262669877,
            "stop": 1262669896
        },
        {
            "start": 1262669897,
            "stop": 1262669909
        },
        {
            "start": 1262669912,
            "stop": 1262669922
        },
        {
            "start": 1262669924,
            "stop": 1262669932
        },
        {
            "start": 1262669934,
            "stop": 1262669960
        },
        {
            "start": 1262669961,
            "stop": 1262669969
        },
        {
            "start": 1262669970,
            "stop": 1262669971
        },
        {
            "start": 1262669973,
            "stop": 1262670043
        },
        {
            "start": 1262670044,
            "stop": 1262670617
        },
        {
            "start": 1262670618,
            "stop": 1262670874
        },
        {
            "start": 1262670876,
            "stop": 1262670888
        },
        {
            "start": 1262670889,
            "stop": 1262670891
        },
        {
            "start": 1262670897,
            "stop": 1262670921
        },
        {
            "start": 1262670922,
            "stop": 1262671103
        },
        {
            "start": 1262671105,
            "stop": 1262671110
        },
        {
            "start": 1262671111,
            "stop": 1262671243
        },
        {
            "start": 1262671245,
            "stop": 1262671379
        }
    ]
}