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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=123",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 124,
    "results": [
        {
            "start": 817581382,
            "stop": 817581827
        },
        {
            "start": 817581830,
            "stop": 817581896
        },
        {
            "start": 817582016,
            "stop": 817582080
        },
        {
            "start": 817582112,
            "stop": 817582147
        },
        {
            "start": 817582151,
            "stop": 817582816
        },
        {
            "start": 817582848,
            "stop": 817582899
        },
        {
            "start": 817582902,
            "stop": 817583235
        },
        {
            "start": 817583238,
            "stop": 817583467
        },
        {
            "start": 817583470,
            "stop": 817584580
        },
        {
            "start": 817584583,
            "stop": 817584824
        },
        {
            "start": 817584944,
            "stop": 817585505
        },
        {
            "start": 817585625,
            "stop": 817585645
        },
        {
            "start": 817585765,
            "stop": 817585823
        },
        {
            "start": 817585826,
            "stop": 817585984
        },
        {
            "start": 817585987,
            "stop": 817586282
        },
        {
            "start": 817586285,
            "stop": 817586433
        },
        {
            "start": 817586553,
            "stop": 817586575
        },
        {
            "start": 817586695,
            "stop": 817586803
        },
        {
            "start": 817586984,
            "stop": 817587283
        },
        {
            "start": 817587464,
            "stop": 817588485
        }
    ]
}