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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=175",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 176,
    "results": [
        {
            "start": 836589370,
            "stop": 836593973
        },
        {
            "start": 836595480,
            "stop": 836601830
        },
        {
            "start": 836602130,
            "stop": 836602382
        },
        {
            "start": 836602384,
            "stop": 836602393
        },
        {
            "start": 836603623,
            "stop": 836603713
        },
        {
            "start": 836604944,
            "stop": 836604954
        },
        {
            "start": 836605990,
            "stop": 836607227
        },
        {
            "start": 836608509,
            "stop": 836609953
        },
        {
            "start": 836610921,
            "stop": 836616645
        },
        {
            "start": 836616647,
            "stop": 836616835
        },
        {
            "start": 836618059,
            "stop": 836621849
        },
        {
            "start": 836621851,
            "stop": 836632748
        },
        {
            "start": 836634075,
            "stop": 836636455
        },
        {
            "start": 836636457,
            "stop": 836649021
        },
        {
            "start": 836649023,
            "stop": 836649072
        },
        {
            "start": 836649948,
            "stop": 836664913
        },
        {
            "start": 836694631,
            "stop": 836694814
        },
        {
            "start": 836696133,
            "stop": 836696312
        },
        {
            "start": 836696313,
            "stop": 836696327
        },
        {
            "start": 836696329,
            "stop": 836696346
        }
    ]
}