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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=35",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 36,
    "results": [
        {
            "start": 1128128428,
            "stop": 1128133874
        },
        {
            "start": 1128133882,
            "stop": 1128134226
        },
        {
            "start": 1128134233,
            "stop": 1128141584
        },
        {
            "start": 1128141591,
            "stop": 1128165781
        },
        {
            "start": 1128165788,
            "stop": 1128174865
        },
        {
            "start": 1128174873,
            "stop": 1128176312
        },
        {
            "start": 1128212167,
            "stop": 1128217590
        },
        {
            "start": 1128217597,
            "stop": 1128218917
        },
        {
            "start": 1128218924,
            "stop": 1128222373
        },
        {
            "start": 1128222380,
            "stop": 1128229088
        },
        {
            "start": 1128229089,
            "stop": 1128230638
        },
        {
            "start": 1128230645,
            "stop": 1128235924
        },
        {
            "start": 1128235931,
            "stop": 1128239881
        },
        {
            "start": 1128239888,
            "stop": 1128243553
        },
        {
            "start": 1128243560,
            "stop": 1128247780
        },
        {
            "start": 1128247787,
            "stop": 1128260545
        },
        {
            "start": 1128260546,
            "stop": 1128263122
        },
        {
            "start": 1128263129,
            "stop": 1128263289
        },
        {
            "start": 1128263296,
            "stop": 1128266152
        },
        {
            "start": 1128266160,
            "stop": 1128269382
        }
    ]
}