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_CBC_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_CBC_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=9",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 10,
    "results": [
        {
            "start": 1168276366,
            "stop": 1168276369
        },
        {
            "start": 1168276371,
            "stop": 1168276417
        },
        {
            "start": 1168276419,
            "stop": 1168280047
        },
        {
            "start": 1168280191,
            "stop": 1168290310
        },
        {
            "start": 1168290312,
            "stop": 1168290350
        },
        {
            "start": 1168290352,
            "stop": 1168291434
        },
        {
            "start": 1168291436,
            "stop": 1168293022
        },
        {
            "start": 1168293024,
            "stop": 1168293739
        },
        {
            "start": 1168301796,
            "stop": 1168302054
        },
        {
            "start": 1168302056,
            "stop": 1168305182
        },
        {
            "start": 1168305184,
            "stop": 1168305882
        },
        {
            "start": 1168305884,
            "stop": 1168306176
        },
        {
            "start": 1168306242,
            "stop": 1168307374
        },
        {
            "start": 1168307376,
            "stop": 1168316575
        },
        {
            "start": 1168316577,
            "stop": 1168320724
        },
        {
            "start": 1168320725,
            "stop": 1168324169
        },
        {
            "start": 1168324171,
            "stop": 1168330222
        },
        {
            "start": 1168330224,
            "stop": 1168333425
        },
        {
            "start": 1168333427,
            "stop": 1168341635
        },
        {
            "start": 1168341636,
            "stop": 1168347760
        }
    ]
}