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=823
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=824",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=822",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 823,
    "results": [
        {
            "start": 959515989,
            "stop": 959518754
        },
        {
            "start": 959519605,
            "stop": 959533363
        },
        {
            "start": 959534049,
            "stop": 959536971
        },
        {
            "start": 959538731,
            "stop": 959539699
        },
        {
            "start": 959539705,
            "stop": 959548212
        },
        {
            "start": 959581498,
            "stop": 959581600
        },
        {
            "start": 959581606,
            "stop": 959581646
        },
        {
            "start": 959581652,
            "stop": 959581745
        },
        {
            "start": 959581751,
            "stop": 959581772
        },
        {
            "start": 959581778,
            "stop": 959581782
        },
        {
            "start": 959581787,
            "stop": 959581798
        },
        {
            "start": 959581810,
            "stop": 959581811
        },
        {
            "start": 959581817,
            "stop": 959581883
        },
        {
            "start": 959581889,
            "stop": 959581909
        },
        {
            "start": 959581915,
            "stop": 959582042
        },
        {
            "start": 959582048,
            "stop": 959582130
        },
        {
            "start": 959582135,
            "stop": 959582145
        },
        {
            "start": 959582152,
            "stop": 959582241
        },
        {
            "start": 959582248,
            "stop": 959582431
        },
        {
            "start": 959582437,
            "stop": 959582789
        }
    ]
}