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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=303",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 304,
    "results": [
        {
            "start": 1377915972,
            "stop": 1377917354
        },
        {
            "start": 1377917357,
            "stop": 1377918580
        },
        {
            "start": 1377918581,
            "stop": 1377918909
        },
        {
            "start": 1377919064,
            "stop": 1377920651
        },
        {
            "start": 1377920653,
            "stop": 1377922922
        },
        {
            "start": 1377922924,
            "stop": 1377924138
        },
        {
            "start": 1377924143,
            "stop": 1377924834
        },
        {
            "start": 1377924835,
            "stop": 1377927162
        },
        {
            "start": 1377927164,
            "stop": 1377929109
        },
        {
            "start": 1377929111,
            "stop": 1377931290
        },
        {
            "start": 1377931292,
            "stop": 1377933258
        },
        {
            "start": 1377933259,
            "stop": 1377935334
        },
        {
            "start": 1377938525,
            "stop": 1377939428
        },
        {
            "start": 1377939429,
            "stop": 1377941874
        },
        {
            "start": 1377941876,
            "stop": 1377942596
        },
        {
            "start": 1377942597,
            "stop": 1377943965
        },
        {
            "start": 1377943967,
            "stop": 1377944754
        },
        {
            "start": 1377944756,
            "stop": 1377945812
        },
        {
            "start": 1377945814,
            "stop": 1377948607
        },
        {
            "start": 1377948609,
            "stop": 1377951080
        }
    ]
}