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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1670",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1668",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1669,
    "results": [
        {
            "start": 957268435,
            "stop": 957268607
        },
        {
            "start": 957268609,
            "stop": 957268626
        },
        {
            "start": 957268627,
            "stop": 957268663
        },
        {
            "start": 957268665,
            "stop": 957268742
        },
        {
            "start": 957268744,
            "stop": 957268812
        },
        {
            "start": 957268815,
            "stop": 957269059
        },
        {
            "start": 957269061,
            "stop": 957269161
        },
        {
            "start": 957269163,
            "stop": 957269224
        },
        {
            "start": 957269228,
            "stop": 957269379
        },
        {
            "start": 957269381,
            "stop": 957269431
        },
        {
            "start": 957269433,
            "stop": 957269453
        },
        {
            "start": 957269456,
            "stop": 957269509
        },
        {
            "start": 957269511,
            "stop": 957269770
        },
        {
            "start": 957269772,
            "stop": 957269798
        },
        {
            "start": 957269801,
            "stop": 957269802
        },
        {
            "start": 957272389,
            "stop": 957273362
        },
        {
            "start": 957273364,
            "stop": 957275983
        },
        {
            "start": 957275984,
            "stop": 957277875
        },
        {
            "start": 957277879,
            "stop": 957279768
        },
        {
            "start": 957281258,
            "stop": 957285730
        }
    ]
}