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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14141",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14142,
    "results": [
        {
            "start": 971163557,
            "stop": 971163563
        },
        {
            "start": 971163566,
            "stop": 971163570
        },
        {
            "start": 971163571,
            "stop": 971163573
        },
        {
            "start": 971163576,
            "stop": 971163579
        },
        {
            "start": 971163586,
            "stop": 971163590
        },
        {
            "start": 971163591,
            "stop": 971163594
        },
        {
            "start": 971163595,
            "stop": 971163596
        },
        {
            "start": 971163598,
            "stop": 971163601
        },
        {
            "start": 971163605,
            "stop": 971163609
        },
        {
            "start": 971163610,
            "stop": 971163611
        },
        {
            "start": 971163617,
            "stop": 971163619
        },
        {
            "start": 971163621,
            "stop": 971163622
        },
        {
            "start": 971163624,
            "stop": 971163626
        },
        {
            "start": 971163629,
            "stop": 971163632
        },
        {
            "start": 971163634,
            "stop": 971163635
        },
        {
            "start": 971163637,
            "stop": 971163641
        },
        {
            "start": 971163642,
            "stop": 971163643
        },
        {
            "start": 971163644,
            "stop": 971163645
        },
        {
            "start": 971163649,
            "stop": 971163650
        },
        {
            "start": 971163652,
            "stop": 971163654
        }
    ]
}