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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1765",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1763",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1764,
    "results": [
        {
            "start": 1249463182,
            "stop": 1249463249
        },
        {
            "start": 1249463252,
            "stop": 1249463368
        },
        {
            "start": 1249463371,
            "stop": 1249463407
        },
        {
            "start": 1249463410,
            "stop": 1249463497
        },
        {
            "start": 1249463500,
            "stop": 1249463616
        },
        {
            "start": 1249463619,
            "stop": 1249463655
        },
        {
            "start": 1249463658,
            "stop": 1249463782
        },
        {
            "start": 1249463785,
            "stop": 1249463828
        },
        {
            "start": 1249463831,
            "stop": 1249463878
        },
        {
            "start": 1249463881,
            "stop": 1249463906
        },
        {
            "start": 1249463989,
            "stop": 1249464307
        },
        {
            "start": 1249464310,
            "stop": 1249464394
        },
        {
            "start": 1249464397,
            "stop": 1249464413
        },
        {
            "start": 1249464416,
            "stop": 1249464549
        },
        {
            "start": 1249464552,
            "stop": 1249464743
        },
        {
            "start": 1249464746,
            "stop": 1249465103
        },
        {
            "start": 1249465106,
            "stop": 1249465193
        },
        {
            "start": 1249465195,
            "stop": 1249465219
        },
        {
            "start": 1249465222,
            "stop": 1249465385
        },
        {
            "start": 1249465388,
            "stop": 1249465446
        }
    ]
}