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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=135",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 136,
    "results": [
        {
            "start": 1372837763,
            "stop": 1372839874
        },
        {
            "start": 1372839876,
            "stop": 1372841210
        },
        {
            "start": 1372841213,
            "stop": 1372842939
        },
        {
            "start": 1372842944,
            "stop": 1372843965
        },
        {
            "start": 1372843966,
            "stop": 1372845811
        },
        {
            "start": 1372845813,
            "stop": 1372849724
        },
        {
            "start": 1372849725,
            "stop": 1372851833
        },
        {
            "start": 1372851835,
            "stop": 1372854242
        },
        {
            "start": 1372854245,
            "stop": 1372854496
        },
        {
            "start": 1372854497,
            "stop": 1372858334
        },
        {
            "start": 1372858336,
            "stop": 1372859518
        },
        {
            "start": 1372859523,
            "stop": 1372860534
        },
        {
            "start": 1372860535,
            "stop": 1372865234
        },
        {
            "start": 1372865236,
            "stop": 1372869202
        },
        {
            "start": 1372869203,
            "stop": 1372871210
        },
        {
            "start": 1372871214,
            "stop": 1372874599
        },
        {
            "start": 1372874601,
            "stop": 1372877249
        },
        {
            "start": 1372877251,
            "stop": 1372879354
        },
        {
            "start": 1372879356,
            "stop": 1372881629
        },
        {
            "start": 1372881631,
            "stop": 1372882318
        }
    ]
}