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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=246",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 247,
    "results": [
        {
            "start": 1376635427,
            "stop": 1376635443
        },
        {
            "start": 1376635447,
            "stop": 1376635945
        },
        {
            "start": 1376635947,
            "stop": 1376636828
        },
        {
            "start": 1376636830,
            "stop": 1376636937
        },
        {
            "start": 1376636939,
            "stop": 1376637696
        },
        {
            "start": 1376637698,
            "stop": 1376638093
        },
        {
            "start": 1376638095,
            "stop": 1376638231
        },
        {
            "start": 1376638233,
            "stop": 1376638738
        },
        {
            "start": 1376638740,
            "stop": 1376639605
        },
        {
            "start": 1376639607,
            "stop": 1376640614
        },
        {
            "start": 1376640616,
            "stop": 1376640820
        },
        {
            "start": 1376640821,
            "stop": 1376641549
        },
        {
            "start": 1376641551,
            "stop": 1376641780
        },
        {
            "start": 1376641781,
            "stop": 1376642970
        },
        {
            "start": 1376642972,
            "stop": 1376643181
        },
        {
            "start": 1376643183,
            "stop": 1376643703
        },
        {
            "start": 1376643704,
            "stop": 1376644001
        },
        {
            "start": 1376644002,
            "stop": 1376645176
        },
        {
            "start": 1376645178,
            "stop": 1376645411
        },
        {
            "start": 1376645413,
            "stop": 1376645974
        }
    ]
}