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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=17",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 18,
    "results": [
        {
            "start": 1369364466,
            "stop": 1369365808
        },
        {
            "start": 1369365810,
            "stop": 1369366309
        },
        {
            "start": 1369366310,
            "stop": 1369367845
        },
        {
            "start": 1369367847,
            "stop": 1369368029
        },
        {
            "start": 1369368034,
            "stop": 1369368724
        },
        {
            "start": 1369368726,
            "stop": 1369369833
        },
        {
            "start": 1369369835,
            "stop": 1369370801
        },
        {
            "start": 1369370802,
            "stop": 1369371289
        },
        {
            "start": 1369371294,
            "stop": 1369371816
        },
        {
            "start": 1369371818,
            "stop": 1369372810
        },
        {
            "start": 1369372811,
            "stop": 1369373705
        },
        {
            "start": 1369373707,
            "stop": 1369374919
        },
        {
            "start": 1369374920,
            "stop": 1369374925
        },
        {
            "start": 1369374927,
            "stop": 1369376548
        },
        {
            "start": 1369376550,
            "stop": 1369377649
        },
        {
            "start": 1369377651,
            "stop": 1369378667
        },
        {
            "start": 1369378668,
            "stop": 1369379174
        },
        {
            "start": 1369379176,
            "stop": 1369380270
        },
        {
            "start": 1369380272,
            "stop": 1369380316
        },
        {
            "start": 1369380317,
            "stop": 1369381762
        }
    ]
}