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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=28",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 29,
    "results": [
        {
            "start": 1369668600,
            "stop": 1369670619
        },
        {
            "start": 1369670621,
            "stop": 1369670652
        },
        {
            "start": 1369670653,
            "stop": 1369672573
        },
        {
            "start": 1369672574,
            "stop": 1369672953
        },
        {
            "start": 1369672954,
            "stop": 1369673900
        },
        {
            "start": 1369674200,
            "stop": 1369675206
        },
        {
            "start": 1369675208,
            "stop": 1369677323
        },
        {
            "start": 1369677324,
            "stop": 1369680868
        },
        {
            "start": 1369680870,
            "stop": 1369682152
        },
        {
            "start": 1369682154,
            "stop": 1369683305
        },
        {
            "start": 1369683307,
            "stop": 1369690347
        },
        {
            "start": 1369690352,
            "stop": 1369691678
        },
        {
            "start": 1369691680,
            "stop": 1369691962
        },
        {
            "start": 1369691964,
            "stop": 1369693829
        },
        {
            "start": 1369693831,
            "stop": 1369696691
        },
        {
            "start": 1369696693,
            "stop": 1369696995
        },
        {
            "start": 1369696996,
            "stop": 1369699753
        },
        {
            "start": 1369699754,
            "stop": 1369699984
        },
        {
            "start": 1369699986,
            "stop": 1369700742
        },
        {
            "start": 1369700744,
            "stop": 1369702080
        }
    ]
}