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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=261",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 262,
    "results": [
        {
            "start": 931510500,
            "stop": 931510507
        },
        {
            "start": 931510510,
            "stop": 931510533
        },
        {
            "start": 931510536,
            "stop": 931510548
        },
        {
            "start": 931510551,
            "stop": 931510561
        },
        {
            "start": 931510564,
            "stop": 931510582
        },
        {
            "start": 931510586,
            "stop": 931510591
        },
        {
            "start": 931510593,
            "stop": 931510610
        },
        {
            "start": 931510613,
            "stop": 931510628
        },
        {
            "start": 931510631,
            "stop": 931510648
        },
        {
            "start": 931510651,
            "stop": 931510672
        },
        {
            "start": 931510675,
            "stop": 931510678
        },
        {
            "start": 931510681,
            "stop": 931510683
        },
        {
            "start": 931510686,
            "stop": 931510706
        },
        {
            "start": 931510712,
            "stop": 931510745
        },
        {
            "start": 931510750,
            "stop": 931510751
        },
        {
            "start": 931510754,
            "stop": 931510767
        },
        {
            "start": 931510769,
            "stop": 931510808
        },
        {
            "start": 931510812,
            "stop": 931510816
        },
        {
            "start": 931510817,
            "stop": 931510821
        },
        {
            "start": 931510824,
            "stop": 931510847
        }
    ]
}