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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=294",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 295,
    "results": [
        {
            "start": 1377675419,
            "stop": 1377678087
        },
        {
            "start": 1377678088,
            "stop": 1377678096
        },
        {
            "start": 1377678101,
            "stop": 1377680261
        },
        {
            "start": 1377680263,
            "stop": 1377682757
        },
        {
            "start": 1377682759,
            "stop": 1377683903
        },
        {
            "start": 1377683907,
            "stop": 1377684455
        },
        {
            "start": 1377684457,
            "stop": 1377686514
        },
        {
            "start": 1377686516,
            "stop": 1377688447
        },
        {
            "start": 1377688449,
            "stop": 1377690767
        },
        {
            "start": 1377690768,
            "stop": 1377692709
        },
        {
            "start": 1377692711,
            "stop": 1377693818
        },
        {
            "start": 1377693821,
            "stop": 1377694897
        },
        {
            "start": 1377694899,
            "stop": 1377696192
        },
        {
            "start": 1377696197,
            "stop": 1377696734
        },
        {
            "start": 1377696735,
            "stop": 1377697969
        },
        {
            "start": 1377697972,
            "stop": 1377699855
        },
        {
            "start": 1377699857,
            "stop": 1377700834
        },
        {
            "start": 1377700836,
            "stop": 1377702222
        },
        {
            "start": 1377702224,
            "stop": 1377702828
        },
        {
            "start": 1377702831,
            "stop": 1377706482
        }
    ]
}