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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=9",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 10,
    "results": [
        {
            "start": 1165889097,
            "stop": 1165889159
        },
        {
            "start": 1165889163,
            "stop": 1165889187
        },
        {
            "start": 1165889194,
            "stop": 1165889198
        },
        {
            "start": 1165889202,
            "stop": 1165889206
        },
        {
            "start": 1165889210,
            "stop": 1165889213
        },
        {
            "start": 1165889218,
            "stop": 1165889222
        },
        {
            "start": 1165889230,
            "stop": 1165889236
        },
        {
            "start": 1165889247,
            "stop": 1165889264
        },
        {
            "start": 1165889268,
            "stop": 1165889272
        },
        {
            "start": 1165889278,
            "stop": 1165889279
        },
        {
            "start": 1165889283,
            "stop": 1165889286
        },
        {
            "start": 1165889309,
            "stop": 1165889310
        },
        {
            "start": 1165889333,
            "stop": 1165889338
        },
        {
            "start": 1165889354,
            "stop": 1165889357
        },
        {
            "start": 1165889364,
            "stop": 1165889371
        },
        {
            "start": 1165889440,
            "stop": 1165889441
        },
        {
            "start": 1165889445,
            "stop": 1165889446
        },
        {
            "start": 1165892400,
            "stop": 1165894563
        },
        {
            "start": 1165894567,
            "stop": 1165896875
        },
        {
            "start": 1165896879,
            "stop": 1165904386
        }
    ]
}