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=29281
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=29282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29280",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29281,
    "results": [
        {
            "start": 971178799,
            "stop": 971178803
        },
        {
            "start": 971178808,
            "stop": 971178811
        },
        {
            "start": 971178814,
            "stop": 971178815
        },
        {
            "start": 971178818,
            "stop": 971178820
        },
        {
            "start": 971178821,
            "stop": 971178822
        },
        {
            "start": 971178824,
            "stop": 971178830
        },
        {
            "start": 971178834,
            "stop": 971178835
        },
        {
            "start": 971178837,
            "stop": 971178838
        },
        {
            "start": 971178839,
            "stop": 971178841
        },
        {
            "start": 971178842,
            "stop": 971178849
        },
        {
            "start": 971178852,
            "stop": 971178855
        },
        {
            "start": 971178863,
            "stop": 971178867
        },
        {
            "start": 971178868,
            "stop": 971178873
        },
        {
            "start": 971178874,
            "stop": 971178875
        },
        {
            "start": 971178876,
            "stop": 971178879
        },
        {
            "start": 971178880,
            "stop": 971178890
        },
        {
            "start": 971178892,
            "stop": 971178894
        },
        {
            "start": 971178896,
            "stop": 971178898
        },
        {
            "start": 971178899,
            "stop": 971178901
        },
        {
            "start": 971178902,
            "stop": 971178910
        }
    ]
}