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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=110",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 111,
    "results": [
        {
            "start": 931673672,
            "stop": 931673679
        },
        {
            "start": 931673686,
            "stop": 931673690
        },
        {
            "start": 931673707,
            "stop": 931673711
        },
        {
            "start": 931673718,
            "stop": 931673728
        },
        {
            "start": 931673738,
            "stop": 931673739
        },
        {
            "start": 931673746,
            "stop": 931673747
        },
        {
            "start": 931673767,
            "stop": 931673773
        },
        {
            "start": 931673780,
            "stop": 931673796
        },
        {
            "start": 931673804,
            "stop": 931673809
        },
        {
            "start": 931673816,
            "stop": 931673823
        },
        {
            "start": 931673830,
            "stop": 931673832
        },
        {
            "start": 931673853,
            "stop": 931673861
        },
        {
            "start": 931673869,
            "stop": 931673873
        },
        {
            "start": 931673945,
            "stop": 931673952
        },
        {
            "start": 931673986,
            "stop": 931673989
        },
        {
            "start": 931674021,
            "stop": 931674024
        },
        {
            "start": 931674081,
            "stop": 931674087
        },
        {
            "start": 931674109,
            "stop": 931674110
        },
        {
            "start": 931674128,
            "stop": 931674130
        },
        {
            "start": 931674137,
            "stop": 931674143
        }
    ]
}