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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=215",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 216,
    "results": [
        {
            "start": 931457763,
            "stop": 931457765
        },
        {
            "start": 931457772,
            "stop": 931457773
        },
        {
            "start": 931457777,
            "stop": 931457789
        },
        {
            "start": 931457796,
            "stop": 931457798
        },
        {
            "start": 931457801,
            "stop": 931457802
        },
        {
            "start": 931457813,
            "stop": 931457816
        },
        {
            "start": 931457818,
            "stop": 931457824
        },
        {
            "start": 931457826,
            "stop": 931457839
        },
        {
            "start": 931457841,
            "stop": 931457842
        },
        {
            "start": 931457844,
            "stop": 931457857
        },
        {
            "start": 931457860,
            "stop": 931457861
        },
        {
            "start": 931457863,
            "stop": 931457868
        },
        {
            "start": 931457871,
            "stop": 931457872
        },
        {
            "start": 931457879,
            "stop": 931457886
        },
        {
            "start": 931457890,
            "stop": 931457901
        },
        {
            "start": 931457905,
            "stop": 931457913
        },
        {
            "start": 931457917,
            "stop": 931457919
        },
        {
            "start": 931457924,
            "stop": 931457925
        },
        {
            "start": 931457929,
            "stop": 931457934
        },
        {
            "start": 931457935,
            "stop": 931457937
        }
    ]
}