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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=51",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 52,
    "results": [
        {
            "start": 821727654,
            "stop": 821738161
        },
        {
            "start": 821739279,
            "stop": 821742795
        },
        {
            "start": 821743267,
            "stop": 821743316
        },
        {
            "start": 821743801,
            "stop": 821744126
        },
        {
            "start": 821744127,
            "stop": 821745328
        },
        {
            "start": 821745330,
            "stop": 821745339
        },
        {
            "start": 821745340,
            "stop": 821746713
        },
        {
            "start": 821747290,
            "stop": 821747685
        },
        {
            "start": 821747687,
            "stop": 821748965
        },
        {
            "start": 821748968,
            "stop": 821749253
        },
        {
            "start": 821749255,
            "stop": 821749738
        },
        {
            "start": 821749740,
            "stop": 821750036
        },
        {
            "start": 821750037,
            "stop": 821750191
        },
        {
            "start": 821750193,
            "stop": 821751278
        },
        {
            "start": 821751280,
            "stop": 821752322
        },
        {
            "start": 821752323,
            "stop": 821752883
        },
        {
            "start": 821752885,
            "stop": 821755019
        },
        {
            "start": 821755905,
            "stop": 821756435
        },
        {
            "start": 821756436,
            "stop": 821756454
        },
        {
            "start": 821756456,
            "stop": 821756512
        }
    ]
}