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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=184",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 185,
    "results": [
        {
            "start": 1374368751,
            "stop": 1374370037
        },
        {
            "start": 1374370041,
            "stop": 1374374188
        },
        {
            "start": 1374374192,
            "stop": 1374375539
        },
        {
            "start": 1374375544,
            "stop": 1374376484
        },
        {
            "start": 1374376486,
            "stop": 1374377343
        },
        {
            "start": 1374377345,
            "stop": 1374381216
        },
        {
            "start": 1374381218,
            "stop": 1374383662
        },
        {
            "start": 1374383664,
            "stop": 1374385808
        },
        {
            "start": 1374385809,
            "stop": 1374388067
        },
        {
            "start": 1374388069,
            "stop": 1374388129
        },
        {
            "start": 1374388132,
            "stop": 1374390227
        },
        {
            "start": 1374390228,
            "stop": 1374391003
        },
        {
            "start": 1374391006,
            "stop": 1374392307
        },
        {
            "start": 1374392308,
            "stop": 1374393454
        },
        {
            "start": 1374393459,
            "stop": 1374394195
        },
        {
            "start": 1374394197,
            "stop": 1374396157
        },
        {
            "start": 1374396158,
            "stop": 1374396978
        },
        {
            "start": 1374396981,
            "stop": 1374398508
        },
        {
            "start": 1374398510,
            "stop": 1374402137
        },
        {
            "start": 1374402142,
            "stop": 1374402468
        }
    ]
}