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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=283",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 284,
    "results": [
        {
            "start": 1377312406,
            "stop": 1377312824
        },
        {
            "start": 1377312825,
            "stop": 1377315482
        },
        {
            "start": 1377315484,
            "stop": 1377316084
        },
        {
            "start": 1377316085,
            "stop": 1377318344
        },
        {
            "start": 1377318346,
            "stop": 1377318544
        },
        {
            "start": 1377318546,
            "stop": 1377320787
        },
        {
            "start": 1377320789,
            "stop": 1377321262
        },
        {
            "start": 1377321264,
            "stop": 1377322594
        },
        {
            "start": 1377322596,
            "stop": 1377322668
        },
        {
            "start": 1377322670,
            "stop": 1377323959
        },
        {
            "start": 1377324482,
            "stop": 1377324846
        },
        {
            "start": 1377324848,
            "stop": 1377324998
        },
        {
            "start": 1377325000,
            "stop": 1377325365
        },
        {
            "start": 1377325367,
            "stop": 1377326849
        },
        {
            "start": 1377326851,
            "stop": 1377326971
        },
        {
            "start": 1377326973,
            "stop": 1377328186
        },
        {
            "start": 1377328188,
            "stop": 1377328751
        },
        {
            "start": 1377328752,
            "stop": 1377329161
        },
        {
            "start": 1377329163,
            "stop": 1377330184
        },
        {
            "start": 1377330185,
            "stop": 1377331107
        }
    ]
}