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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=34",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 35,
    "results": [
        {
            "start": 1400316054,
            "stop": 1400320294
        },
        {
            "start": 1400320358,
            "stop": 1400321854
        },
        {
            "start": 1400321856,
            "stop": 1400322990
        },
        {
            "start": 1400323054,
            "stop": 1400323430
        },
        {
            "start": 1400323478,
            "stop": 1400324240
        },
        {
            "start": 1400324242,
            "stop": 1400327682
        },
        {
            "start": 1400327687,
            "stop": 1400332287
        },
        {
            "start": 1400332291,
            "stop": 1400332343
        },
        {
            "start": 1400332347,
            "stop": 1400333425
        },
        {
            "start": 1400333426,
            "stop": 1400335219
        },
        {
            "start": 1400354104,
            "stop": 1400354670
        },
        {
            "start": 1400354674,
            "stop": 1400356926
        },
        {
            "start": 1400356929,
            "stop": 1400358411
        },
        {
            "start": 1400358417,
            "stop": 1400358437
        },
        {
            "start": 1400358501,
            "stop": 1400358511
        },
        {
            "start": 1400360109,
            "stop": 1400362405
        },
        {
            "start": 1400362469,
            "stop": 1400364136
        },
        {
            "start": 1400364139,
            "stop": 1400366643
        },
        {
            "start": 1400366647,
            "stop": 1400366676
        },
        {
            "start": 1400366681,
            "stop": 1400367392
        }
    ]
}