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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=42",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 43,
    "results": [
        {
            "start": 1370074972,
            "stop": 1370076273
        },
        {
            "start": 1370076274,
            "stop": 1370077806
        },
        {
            "start": 1370077807,
            "stop": 1370078760
        },
        {
            "start": 1370086201,
            "stop": 1370086253
        },
        {
            "start": 1370086255,
            "stop": 1370087272
        },
        {
            "start": 1370087277,
            "stop": 1370087515
        },
        {
            "start": 1370087517,
            "stop": 1370089131
        },
        {
            "start": 1370089133,
            "stop": 1370090462
        },
        {
            "start": 1370090463,
            "stop": 1370092104
        },
        {
            "start": 1370092105,
            "stop": 1370092155
        },
        {
            "start": 1370092158,
            "stop": 1370093450
        },
        {
            "start": 1370093452,
            "stop": 1370095024
        },
        {
            "start": 1370095026,
            "stop": 1370095229
        },
        {
            "start": 1370112834,
            "stop": 1370113378
        },
        {
            "start": 1370113380,
            "stop": 1370113552
        },
        {
            "start": 1370113553,
            "stop": 1370113788
        },
        {
            "start": 1370116689,
            "stop": 1370117407
        },
        {
            "start": 1370117411,
            "stop": 1370117739
        },
        {
            "start": 1370117742,
            "stop": 1370118861
        },
        {
            "start": 1370118863,
            "stop": 1370121324
        }
    ]
}