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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=224",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 225,
    "results": [
        {
            "start": 1376048805,
            "stop": 1376048866
        },
        {
            "start": 1376050859,
            "stop": 1376050907
        },
        {
            "start": 1376079163,
            "stop": 1376079926
        },
        {
            "start": 1376079928,
            "stop": 1376080723
        },
        {
            "start": 1376080725,
            "stop": 1376081579
        },
        {
            "start": 1376081581,
            "stop": 1376082519
        },
        {
            "start": 1376082521,
            "stop": 1376083029
        },
        {
            "start": 1376083031,
            "stop": 1376083560
        },
        {
            "start": 1376083561,
            "stop": 1376084477
        },
        {
            "start": 1376084479,
            "stop": 1376085314
        },
        {
            "start": 1376085316,
            "stop": 1376086262
        },
        {
            "start": 1376086264,
            "stop": 1376087007
        },
        {
            "start": 1376087009,
            "stop": 1376087843
        },
        {
            "start": 1376087845,
            "stop": 1376088781
        },
        {
            "start": 1376088783,
            "stop": 1376089618
        },
        {
            "start": 1376089620,
            "stop": 1376089859
        },
        {
            "start": 1376089861,
            "stop": 1376090556
        },
        {
            "start": 1376090558,
            "stop": 1376091403
        },
        {
            "start": 1376091406,
            "stop": 1376091412
        },
        {
            "start": 1376091414,
            "stop": 1376092411
        }
    ]
}