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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=127",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 128,
    "results": [
        {
            "start": 1414388810,
            "stop": 1414390091
        },
        {
            "start": 1414392432,
            "stop": 1414402318
        },
        {
            "start": 1414402322,
            "stop": 1414411771
        },
        {
            "start": 1414411772,
            "stop": 1414421580
        },
        {
            "start": 1414421582,
            "stop": 1414423844
        },
        {
            "start": 1414454434,
            "stop": 1414460186
        },
        {
            "start": 1414460412,
            "stop": 1414465869
        },
        {
            "start": 1414465874,
            "stop": 1414466447
        },
        {
            "start": 1414466452,
            "stop": 1414467280
        },
        {
            "start": 1414467283,
            "stop": 1414470044
        },
        {
            "start": 1414470047,
            "stop": 1414475448
        },
        {
            "start": 1414475451,
            "stop": 1414476305
        },
        {
            "start": 1414479735,
            "stop": 1414482476
        },
        {
            "start": 1414482480,
            "stop": 1414483179
        },
        {
            "start": 1414483180,
            "stop": 1414483434
        },
        {
            "start": 1414483437,
            "stop": 1414484499
        },
        {
            "start": 1414484502,
            "stop": 1414485734
        },
        {
            "start": 1414485738,
            "stop": 1414496600
        },
        {
            "start": 1414496604,
            "stop": 1414496686
        },
        {
            "start": 1414496690,
            "stop": 1414497784
        }
    ]
}