Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=173
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=172",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 173,
    "results": [
        {
            "start": 1126767569,
            "stop": 1126767629
        },
        {
            "start": 1126767630,
            "stop": 1126767812
        },
        {
            "start": 1126767813,
            "stop": 1126767822
        },
        {
            "start": 1126767824,
            "stop": 1126767865
        },
        {
            "start": 1126767866,
            "stop": 1126768050
        },
        {
            "start": 1126768051,
            "stop": 1126768158
        },
        {
            "start": 1126768160,
            "stop": 1126768255
        },
        {
            "start": 1126768256,
            "stop": 1126768334
        },
        {
            "start": 1126768335,
            "stop": 1126768341
        },
        {
            "start": 1126768342,
            "stop": 1126768488
        },
        {
            "start": 1126768497,
            "stop": 1126768512
        },
        {
            "start": 1126768513,
            "stop": 1126768715
        },
        {
            "start": 1126768717,
            "stop": 1126768754
        },
        {
            "start": 1126768755,
            "stop": 1126768878
        },
        {
            "start": 1126768879,
            "stop": 1126769144
        },
        {
            "start": 1126769145,
            "stop": 1126769250
        },
        {
            "start": 1126769251,
            "stop": 1126769275
        },
        {
            "start": 1126769277,
            "stop": 1126769375
        },
        {
            "start": 1126769376,
            "stop": 1126769434
        },
        {
            "start": 1126769435,
            "stop": 1126769600
        }
    ]
}