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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=66",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 67,
    "results": [
        {
            "start": 1370728451,
            "stop": 1370729808
        },
        {
            "start": 1370729809,
            "stop": 1370730336
        },
        {
            "start": 1370730338,
            "stop": 1370731179
        },
        {
            "start": 1370731181,
            "stop": 1370731509
        },
        {
            "start": 1370731513,
            "stop": 1370732572
        },
        {
            "start": 1370732573,
            "stop": 1370733085
        },
        {
            "start": 1370733088,
            "stop": 1370733618
        },
        {
            "start": 1370733620,
            "stop": 1370735719
        },
        {
            "start": 1370735721,
            "stop": 1370736848
        },
        {
            "start": 1370736849,
            "stop": 1370738769
        },
        {
            "start": 1370738771,
            "stop": 1370740175
        },
        {
            "start": 1370747501,
            "stop": 1370748294
        },
        {
            "start": 1370748296,
            "stop": 1370749669
        },
        {
            "start": 1370749671,
            "stop": 1370750470
        },
        {
            "start": 1370750472,
            "stop": 1370751970
        },
        {
            "start": 1370751972,
            "stop": 1370752756
        },
        {
            "start": 1370752757,
            "stop": 1370754322
        },
        {
            "start": 1370754323,
            "stop": 1370755007
        },
        {
            "start": 1370755008,
            "stop": 1370756285
        },
        {
            "start": 1370756287,
            "stop": 1370758897
        }
    ]
}