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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=206",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 207,
    "results": [
        {
            "start": 933077516,
            "stop": 933077546
        },
        {
            "start": 933077596,
            "stop": 933077616
        },
        {
            "start": 933077621,
            "stop": 933077662
        },
        {
            "start": 933077681,
            "stop": 933077682
        },
        {
            "start": 933077687,
            "stop": 933077714
        },
        {
            "start": 933077719,
            "stop": 933077745
        },
        {
            "start": 933077750,
            "stop": 933077839
        },
        {
            "start": 933077844,
            "stop": 933077864
        },
        {
            "start": 933077883,
            "stop": 933077892
        },
        {
            "start": 933077954,
            "stop": 933077956
        },
        {
            "start": 933077961,
            "stop": 933077994
        },
        {
            "start": 933078020,
            "stop": 933078022
        },
        {
            "start": 933083065,
            "stop": 933083448
        },
        {
            "start": 933083453,
            "stop": 933083968
        },
        {
            "start": 933083973,
            "stop": 933084071
        },
        {
            "start": 933085270,
            "stop": 933085282
        },
        {
            "start": 933085285,
            "stop": 933085286
        },
        {
            "start": 933085287,
            "stop": 933085315
        },
        {
            "start": 933085316,
            "stop": 933085329
        },
        {
            "start": 933085334,
            "stop": 933085343
        }
    ]
}