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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=447",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 448,
    "results": [
        {
            "start": 825902726,
            "stop": 825902985
        },
        {
            "start": 825902988,
            "stop": 825903157
        },
        {
            "start": 825903457,
            "stop": 825903502
        },
        {
            "start": 825903505,
            "stop": 825903507
        },
        {
            "start": 825903510,
            "stop": 825903605
        },
        {
            "start": 825903608,
            "stop": 825904025
        },
        {
            "start": 825904028,
            "stop": 825904115
        },
        {
            "start": 825904118,
            "stop": 825904459
        },
        {
            "start": 825904569,
            "stop": 825904572
        },
        {
            "start": 825904576,
            "stop": 825904591
        },
        {
            "start": 825905793,
            "stop": 825905842
        },
        {
            "start": 825905845,
            "stop": 825906030
        },
        {
            "start": 825906034,
            "stop": 825906066
        },
        {
            "start": 825906083,
            "stop": 825906091
        },
        {
            "start": 825906099,
            "stop": 825906106
        },
        {
            "start": 825906110,
            "stop": 825906152
        },
        {
            "start": 825906475,
            "stop": 825906649
        },
        {
            "start": 825906759,
            "stop": 825906786
        },
        {
            "start": 825906790,
            "stop": 825906820
        },
        {
            "start": 825907251,
            "stop": 825907311
        }
    ]
}