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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=46",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 47,
    "results": [
        {
            "start": 1170619996,
            "stop": 1170624364
        },
        {
            "start": 1170624367,
            "stop": 1170626301
        },
        {
            "start": 1170626304,
            "stop": 1170634561
        },
        {
            "start": 1170634564,
            "stop": 1170637141
        },
        {
            "start": 1170637145,
            "stop": 1170669601
        },
        {
            "start": 1170669605,
            "stop": 1170670569
        },
        {
            "start": 1170677563,
            "stop": 1170677790
        },
        {
            "start": 1170677794,
            "stop": 1170680718
        },
        {
            "start": 1170693020,
            "stop": 1170698942
        },
        {
            "start": 1170698946,
            "stop": 1170700023
        },
        {
            "start": 1170700026,
            "stop": 1170700300
        },
        {
            "start": 1170700303,
            "stop": 1170701305
        },
        {
            "start": 1170701308,
            "stop": 1170701676
        },
        {
            "start": 1170701680,
            "stop": 1170702258
        },
        {
            "start": 1170702736,
            "stop": 1170709014
        },
        {
            "start": 1170709018,
            "stop": 1170709129
        },
        {
            "start": 1170709132,
            "stop": 1170709284
        },
        {
            "start": 1170709287,
            "stop": 1170709543
        },
        {
            "start": 1170709546,
            "stop": 1170712040
        },
        {
            "start": 1170712043,
            "stop": 1170713709
        }
    ]
}