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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5304",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5302",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5303,
    "results": [
        {
            "start": 1136488376,
            "stop": 1136488453
        },
        {
            "start": 1136488455,
            "stop": 1136488487
        },
        {
            "start": 1136488489,
            "stop": 1136488568
        },
        {
            "start": 1136488570,
            "stop": 1136488602
        },
        {
            "start": 1136488604,
            "stop": 1136488607
        },
        {
            "start": 1136488609,
            "stop": 1136488611
        },
        {
            "start": 1136488613,
            "stop": 1136488642
        },
        {
            "start": 1136488644,
            "stop": 1136488730
        },
        {
            "start": 1136488732,
            "stop": 1136488856
        },
        {
            "start": 1136488858,
            "stop": 1136488865
        },
        {
            "start": 1136488867,
            "stop": 1136488886
        },
        {
            "start": 1136488888,
            "stop": 1136488956
        },
        {
            "start": 1136488958,
            "stop": 1136489121
        },
        {
            "start": 1136489123,
            "stop": 1136489144
        },
        {
            "start": 1136489146,
            "stop": 1136489358
        },
        {
            "start": 1136489360,
            "stop": 1136489650
        },
        {
            "start": 1136489652,
            "stop": 1136489654
        },
        {
            "start": 1136489655,
            "stop": 1136489757
        },
        {
            "start": 1136489759,
            "stop": 1136489766
        },
        {
            "start": 1136489768,
            "stop": 1136489846
        }
    ]
}