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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=196",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 197,
    "results": [
        {
            "start": 833274255,
            "stop": 833274265
        },
        {
            "start": 833274270,
            "stop": 833274950
        },
        {
            "start": 833274952,
            "stop": 833274964
        },
        {
            "start": 833274966,
            "stop": 833275044
        },
        {
            "start": 833275874,
            "stop": 833278031
        },
        {
            "start": 833278034,
            "stop": 833278051
        },
        {
            "start": 833278053,
            "stop": 833278065
        },
        {
            "start": 833278068,
            "stop": 833285504
        },
        {
            "start": 833285506,
            "stop": 833285570
        },
        {
            "start": 833285572,
            "stop": 833288037
        },
        {
            "start": 833288039,
            "stop": 833288056
        },
        {
            "start": 833288059,
            "stop": 833288060
        },
        {
            "start": 833288062,
            "stop": 833288064
        },
        {
            "start": 833288065,
            "stop": 833289694
        },
        {
            "start": 833289696,
            "stop": 833289757
        },
        {
            "start": 833290568,
            "stop": 833290887
        },
        {
            "start": 833290984,
            "stop": 833291329
        },
        {
            "start": 833291332,
            "stop": 833291469
        },
        {
            "start": 833291471,
            "stop": 833292243
        },
        {
            "start": 833292244,
            "stop": 833292303
        }
    ]
}