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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=264",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 265,
    "results": [
        {
            "start": 931469720,
            "stop": 931469721
        },
        {
            "start": 931469724,
            "stop": 931469729
        },
        {
            "start": 931469731,
            "stop": 931469736
        },
        {
            "start": 931469740,
            "stop": 931469762
        },
        {
            "start": 931469763,
            "stop": 931469764
        },
        {
            "start": 931469768,
            "stop": 931469771
        },
        {
            "start": 931469775,
            "stop": 931469777
        },
        {
            "start": 931469779,
            "stop": 931469781
        },
        {
            "start": 931469788,
            "stop": 931469789
        },
        {
            "start": 931469797,
            "stop": 931469813
        },
        {
            "start": 931469818,
            "stop": 931469822
        },
        {
            "start": 931469824,
            "stop": 931469838
        },
        {
            "start": 931469843,
            "stop": 931469853
        },
        {
            "start": 931469855,
            "stop": 931469860
        },
        {
            "start": 931469871,
            "stop": 931469872
        },
        {
            "start": 931469874,
            "stop": 931469875
        },
        {
            "start": 931469879,
            "stop": 931469884
        },
        {
            "start": 931469886,
            "stop": 931469889
        },
        {
            "start": 931469892,
            "stop": 931469895
        },
        {
            "start": 931469897,
            "stop": 931469900
        }
    ]
}