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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=88",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 89,
    "results": [
        {
            "start": 821367145,
            "stop": 821367178
        },
        {
            "start": 821367181,
            "stop": 821367236
        },
        {
            "start": 821367239,
            "stop": 821367373
        },
        {
            "start": 821367379,
            "stop": 821367547
        },
        {
            "start": 821367550,
            "stop": 821367574
        },
        {
            "start": 821367577,
            "stop": 821367613
        },
        {
            "start": 821367616,
            "stop": 821367627
        },
        {
            "start": 821367630,
            "stop": 821367659
        },
        {
            "start": 821367662,
            "stop": 821367675
        },
        {
            "start": 821367678,
            "stop": 821367756
        },
        {
            "start": 821367760,
            "stop": 821367815
        },
        {
            "start": 821367820,
            "stop": 821367835
        },
        {
            "start": 821367838,
            "stop": 821367865
        },
        {
            "start": 821367868,
            "stop": 821367897
        },
        {
            "start": 821367902,
            "stop": 821367912
        },
        {
            "start": 821367915,
            "stop": 821367944
        },
        {
            "start": 821367947,
            "stop": 821368126
        },
        {
            "start": 821368129,
            "stop": 821368209
        },
        {
            "start": 821368212,
            "stop": 821368229
        },
        {
            "start": 821368232,
            "stop": 821368424
        }
    ]
}