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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=82",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 83,
    "results": [
        {
            "start": 1371181885,
            "stop": 1371183118
        },
        {
            "start": 1371183119,
            "stop": 1371183840
        },
        {
            "start": 1371183842,
            "stop": 1371186769
        },
        {
            "start": 1371186771,
            "stop": 1371187532
        },
        {
            "start": 1371187533,
            "stop": 1371188756
        },
        {
            "start": 1371188758,
            "stop": 1371189726
        },
        {
            "start": 1371189729,
            "stop": 1371190969
        },
        {
            "start": 1371190971,
            "stop": 1371194741
        },
        {
            "start": 1371194742,
            "stop": 1371196517
        },
        {
            "start": 1371196521,
            "stop": 1371197054
        },
        {
            "start": 1371197056,
            "stop": 1371199034
        },
        {
            "start": 1371199036,
            "stop": 1371200045
        },
        {
            "start": 1371200049,
            "stop": 1371200865
        },
        {
            "start": 1371200867,
            "stop": 1371200872
        },
        {
            "start": 1371205514,
            "stop": 1371206959
        },
        {
            "start": 1371206961,
            "stop": 1371208216
        },
        {
            "start": 1371208219,
            "stop": 1371209242
        },
        {
            "start": 1371209244,
            "stop": 1371211359
        },
        {
            "start": 1371211361,
            "stop": 1371213012
        },
        {
            "start": 1371219872,
            "stop": 1371220233
        }
    ]
}