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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=142",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 143,
    "results": [
        {
            "start": 931401648,
            "stop": 931401651
        },
        {
            "start": 931401653,
            "stop": 931401654
        },
        {
            "start": 931401662,
            "stop": 931401670
        },
        {
            "start": 931401672,
            "stop": 931401675
        },
        {
            "start": 931401677,
            "stop": 931401681
        },
        {
            "start": 931401683,
            "stop": 931401703
        },
        {
            "start": 931401705,
            "stop": 931401713
        },
        {
            "start": 931401715,
            "stop": 931401723
        },
        {
            "start": 931401726,
            "stop": 931401730
        },
        {
            "start": 931401734,
            "stop": 931401736
        },
        {
            "start": 931401738,
            "stop": 931401762
        },
        {
            "start": 931401765,
            "stop": 931401767
        },
        {
            "start": 931401769,
            "stop": 931401770
        },
        {
            "start": 931401772,
            "stop": 931401773
        },
        {
            "start": 931401775,
            "stop": 931401788
        },
        {
            "start": 931401790,
            "stop": 931401796
        },
        {
            "start": 931401798,
            "stop": 931401803
        },
        {
            "start": 931401805,
            "stop": 931401813
        },
        {
            "start": 931401818,
            "stop": 931401821
        },
        {
            "start": 931401823,
            "stop": 931401826
        }
    ]
}