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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=297",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 298,
    "results": [
        {
            "start": 1377759286,
            "stop": 1377761608
        },
        {
            "start": 1377761610,
            "stop": 1377762776
        },
        {
            "start": 1377765751,
            "stop": 1377765784
        },
        {
            "start": 1377765786,
            "stop": 1377767745
        },
        {
            "start": 1377767747,
            "stop": 1377769962
        },
        {
            "start": 1377769963,
            "stop": 1377770280
        },
        {
            "start": 1377770285,
            "stop": 1377771804
        },
        {
            "start": 1377771806,
            "stop": 1377776042
        },
        {
            "start": 1377776044,
            "stop": 1377777998
        },
        {
            "start": 1377778000,
            "stop": 1377780418
        },
        {
            "start": 1377780420,
            "stop": 1377782477
        },
        {
            "start": 1377782479,
            "stop": 1377783203
        },
        {
            "start": 1377783205,
            "stop": 1377784561
        },
        {
            "start": 1377784563,
            "stop": 1377785135
        },
        {
            "start": 1377785137,
            "stop": 1377786309
        },
        {
            "start": 1377786311,
            "stop": 1377786785
        },
        {
            "start": 1377786788,
            "stop": 1377789282
        },
        {
            "start": 1377789283,
            "stop": 1377793844
        },
        {
            "start": 1377793846,
            "stop": 1377795075
        },
        {
            "start": 1377795077,
            "stop": 1377795548
        }
    ]
}