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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9857",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9858,
    "results": [
        {
            "start": 870001740,
            "stop": 870002650
        },
        {
            "start": 870002667,
            "stop": 870004884
        },
        {
            "start": 870004918,
            "stop": 870004970
        },
        {
            "start": 870005004,
            "stop": 870006502
        },
        {
            "start": 870006519,
            "stop": 870008772
        },
        {
            "start": 870008789,
            "stop": 870009158
        },
        {
            "start": 870009175,
            "stop": 870010230
        },
        {
            "start": 870011648,
            "stop": 870016159
        },
        {
            "start": 870016234,
            "stop": 870021289
        },
        {
            "start": 870021452,
            "stop": 870022770
        },
        {
            "start": 870022787,
            "stop": 870022808
        },
        {
            "start": 870022825,
            "stop": 870022830
        },
        {
            "start": 870022847,
            "stop": 870024300
        },
        {
            "start": 870036445,
            "stop": 870036461
        },
        {
            "start": 870036496,
            "stop": 870037839
        },
        {
            "start": 870037966,
            "stop": 870042629
        },
        {
            "start": 870042646,
            "stop": 870043075
        },
        {
            "start": 870043092,
            "stop": 870043419
        },
        {
            "start": 870043436,
            "stop": 870043877
        },
        {
            "start": 870043894,
            "stop": 870043961
        }
    ]
}