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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=248",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 249,
    "results": [
        {
            "start": 931466572,
            "stop": 931466579
        },
        {
            "start": 931466581,
            "stop": 931466587
        },
        {
            "start": 931466589,
            "stop": 931466604
        },
        {
            "start": 931466606,
            "stop": 931466631
        },
        {
            "start": 931466633,
            "stop": 931466635
        },
        {
            "start": 931466637,
            "stop": 931466648
        },
        {
            "start": 931466650,
            "stop": 931466676
        },
        {
            "start": 931466678,
            "stop": 931466682
        },
        {
            "start": 931466684,
            "stop": 931466703
        },
        {
            "start": 931466707,
            "stop": 931466711
        },
        {
            "start": 931466713,
            "stop": 931466714
        },
        {
            "start": 931466716,
            "stop": 931466718
        },
        {
            "start": 931466720,
            "stop": 931466735
        },
        {
            "start": 931466737,
            "stop": 931466764
        },
        {
            "start": 931466766,
            "stop": 931466768
        },
        {
            "start": 931466772,
            "stop": 931466773
        },
        {
            "start": 931466776,
            "stop": 931466785
        },
        {
            "start": 931466787,
            "stop": 931466809
        },
        {
            "start": 931466816,
            "stop": 931466820
        },
        {
            "start": 931466822,
            "stop": 931466877
        }
    ]
}