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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=65",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 66,
    "results": [
        {
            "start": 1404373936,
            "stop": 1404374022
        },
        {
            "start": 1404374388,
            "stop": 1404376967
        },
        {
            "start": 1404377250,
            "stop": 1404380389
        },
        {
            "start": 1404380681,
            "stop": 1404386573
        },
        {
            "start": 1404386835,
            "stop": 1404390981
        },
        {
            "start": 1404390985,
            "stop": 1404391730
        },
        {
            "start": 1404392078,
            "stop": 1404403295
        },
        {
            "start": 1404403649,
            "stop": 1404405736
        },
        {
            "start": 1404405741,
            "stop": 1404406422
        },
        {
            "start": 1404406425,
            "stop": 1404411625
        },
        {
            "start": 1404411628,
            "stop": 1404411723
        },
        {
            "start": 1404411725,
            "stop": 1404414941
        },
        {
            "start": 1404414946,
            "stop": 1404416470
        },
        {
            "start": 1404416857,
            "stop": 1404417966
        },
        {
            "start": 1404417971,
            "stop": 1404418831
        },
        {
            "start": 1404419319,
            "stop": 1404419336
        },
        {
            "start": 1404422744,
            "stop": 1404428038
        },
        {
            "start": 1404428043,
            "stop": 1404429654
        },
        {
            "start": 1404429658,
            "stop": 1404430955
        },
        {
            "start": 1404431264,
            "stop": 1404434307
        }
    ]
}