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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=101",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 102,
    "results": [
        {
            "start": 931509955,
            "stop": 931509973
        },
        {
            "start": 931509976,
            "stop": 931510024
        },
        {
            "start": 931510027,
            "stop": 931510052
        },
        {
            "start": 931510055,
            "stop": 931510060
        },
        {
            "start": 931510064,
            "stop": 931510076
        },
        {
            "start": 931510082,
            "stop": 931510094
        },
        {
            "start": 931510097,
            "stop": 931510113
        },
        {
            "start": 931510116,
            "stop": 931510120
        },
        {
            "start": 931510123,
            "stop": 931510126
        },
        {
            "start": 931510131,
            "stop": 931510202
        },
        {
            "start": 931510209,
            "stop": 931510232
        },
        {
            "start": 931510235,
            "stop": 931510254
        },
        {
            "start": 931510260,
            "stop": 931510287
        },
        {
            "start": 931510290,
            "stop": 931510293
        },
        {
            "start": 931510295,
            "stop": 931510322
        },
        {
            "start": 931510325,
            "stop": 931510330
        },
        {
            "start": 931510333,
            "stop": 931510335
        },
        {
            "start": 931510338,
            "stop": 931510343
        },
        {
            "start": 931510349,
            "stop": 931510368
        },
        {
            "start": 931510371,
            "stop": 931510379
        }
    ]
}