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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=13",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 14,
    "results": [
        {
            "start": 1369249267,
            "stop": 1369249980
        },
        {
            "start": 1369249983,
            "stop": 1369250482
        },
        {
            "start": 1369250483,
            "stop": 1369251317
        },
        {
            "start": 1369251319,
            "stop": 1369255069
        },
        {
            "start": 1369255071,
            "stop": 1369256313
        },
        {
            "start": 1369256314,
            "stop": 1369259274
        },
        {
            "start": 1369259278,
            "stop": 1369261626
        },
        {
            "start": 1369261628,
            "stop": 1369262261
        },
        {
            "start": 1369262264,
            "stop": 1369265634
        },
        {
            "start": 1369265639,
            "stop": 1369266328
        },
        {
            "start": 1369266330,
            "stop": 1369269512
        },
        {
            "start": 1369269517,
            "stop": 1369270636
        },
        {
            "start": 1369270638,
            "stop": 1369272832
        },
        {
            "start": 1369272834,
            "stop": 1369274773
        },
        {
            "start": 1369274775,
            "stop": 1369276050
        },
        {
            "start": 1369276053,
            "stop": 1369276743
        },
        {
            "start": 1369276745,
            "stop": 1369277229
        },
        {
            "start": 1369277233,
            "stop": 1369278794
        },
        {
            "start": 1369278796,
            "stop": 1369280678
        },
        {
            "start": 1369280679,
            "stop": 1369282654
        }
    ]
}