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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=2",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 3,
    "results": [
        {
            "start": 1126304537,
            "stop": 1126304597
        },
        {
            "start": 1126304777,
            "stop": 1126304897
        },
        {
            "start": 1126305077,
            "stop": 1126305197
        },
        {
            "start": 1126305377,
            "stop": 1126305437
        },
        {
            "start": 1126305557,
            "stop": 1126305617
        },
        {
            "start": 1126306937,
            "stop": 1126307057
        },
        {
            "start": 1126308670,
            "stop": 1126309577
        },
        {
            "start": 1126309637,
            "stop": 1126309817
        },
        {
            "start": 1126309877,
            "stop": 1126310882
        },
        {
            "start": 1126310884,
            "stop": 1126319077
        },
        {
            "start": 1126319078,
            "stop": 1126322994
        },
        {
            "start": 1126322996,
            "stop": 1126327397
        },
        {
            "start": 1126327457,
            "stop": 1126328957
        },
        {
            "start": 1126329017,
            "stop": 1126330637
        },
        {
            "start": 1126330697,
            "stop": 1126331060
        },
        {
            "start": 1126401691,
            "stop": 1126401917
        },
        {
            "start": 1126401977,
            "stop": 1126403296
        },
        {
            "start": 1126403297,
            "stop": 1126405199
        },
        {
            "start": 1126405200,
            "stop": 1126406609
        },
        {
            "start": 1126406610,
            "stop": 1126407122
        }
    ]
}