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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2078",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2079,
    "results": [
        {
            "start": 870937599,
            "stop": 870937627
        },
        {
            "start": 870937667,
            "stop": 870937678
        },
        {
            "start": 870937716,
            "stop": 870937732
        },
        {
            "start": 870937756,
            "stop": 870937784
        },
        {
            "start": 870937807,
            "stop": 870937844
        },
        {
            "start": 870937861,
            "stop": 870939727
        },
        {
            "start": 870939746,
            "stop": 870940260
        },
        {
            "start": 870940320,
            "stop": 870940443
        },
        {
            "start": 870940462,
            "stop": 870940525
        },
        {
            "start": 870940552,
            "stop": 870943478
        },
        {
            "start": 870943484,
            "stop": 870943689
        },
        {
            "start": 870943706,
            "stop": 870943723
        },
        {
            "start": 870945498,
            "stop": 870954324
        },
        {
            "start": 870954330,
            "stop": 870959667
        },
        {
            "start": 870959684,
            "stop": 870962197
        },
        {
            "start": 870962231,
            "stop": 870962306
        },
        {
            "start": 870962328,
            "stop": 870962333
        },
        {
            "start": 870962373,
            "stop": 870962379
        },
        {
            "start": 870962424,
            "stop": 870962446
        },
        {
            "start": 870962543,
            "stop": 870962551
        }
    ]
}