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=342
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=343",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=341",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 342,
    "results": [
        {
            "start": 1381767969,
            "stop": 1381770488
        },
        {
            "start": 1381770493,
            "stop": 1381776511
        },
        {
            "start": 1381776515,
            "stop": 1381777030
        },
        {
            "start": 1381777034,
            "stop": 1381780792
        },
        {
            "start": 1381780979,
            "stop": 1381782510
        },
        {
            "start": 1381782514,
            "stop": 1381782697
        },
        {
            "start": 1381782699,
            "stop": 1381791823
        },
        {
            "start": 1381791827,
            "stop": 1381797498
        },
        {
            "start": 1381797502,
            "stop": 1381809812
        },
        {
            "start": 1381809815,
            "stop": 1381822979
        },
        {
            "start": 1381822982,
            "stop": 1381824535
        },
        {
            "start": 1381824539,
            "stop": 1381836197
        },
        {
            "start": 1381836202,
            "stop": 1381836921
        },
        {
            "start": 1381836924,
            "stop": 1381837809
        },
        {
            "start": 1381837813,
            "stop": 1381850590
        },
        {
            "start": 1381850594,
            "stop": 1381851901
        },
        {
            "start": 1381851906,
            "stop": 1381858968
        },
        {
            "start": 1381858971,
            "stop": 1381868060
        },
        {
            "start": 1381878522,
            "stop": 1381892075
        },
        {
            "start": 1381892079,
            "stop": 1381892387
        }
    ]
}