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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=204",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 205,
    "results": [
        {
            "start": 820261826,
            "stop": 820261846
        },
        {
            "start": 820261853,
            "stop": 820262377
        },
        {
            "start": 820262391,
            "stop": 820262755
        },
        {
            "start": 820262762,
            "stop": 820262858
        },
        {
            "start": 820262865,
            "stop": 820262867
        },
        {
            "start": 820262874,
            "stop": 820263552
        },
        {
            "start": 820263559,
            "stop": 820263605
        },
        {
            "start": 820263612,
            "stop": 820264234
        },
        {
            "start": 820264241,
            "stop": 820264677
        },
        {
            "start": 820264684,
            "stop": 820264901
        },
        {
            "start": 820264909,
            "stop": 820267461
        },
        {
            "start": 820267468,
            "stop": 820267928
        },
        {
            "start": 820267935,
            "stop": 820267989
        },
        {
            "start": 820267997,
            "stop": 820269546
        },
        {
            "start": 820269554,
            "stop": 820270343
        },
        {
            "start": 820270350,
            "stop": 820272157
        },
        {
            "start": 820272164,
            "stop": 820272322
        },
        {
            "start": 820272329,
            "stop": 820272785
        },
        {
            "start": 820272793,
            "stop": 820273451
        },
        {
            "start": 820273460,
            "stop": 820273598
        }
    ]
}