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=10112
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=10113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10111",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10112,
    "results": [
        {
            "start": 873405090,
            "stop": 873405485
        },
        {
            "start": 873405493,
            "stop": 873405632
        },
        {
            "start": 873405668,
            "stop": 873405830
        },
        {
            "start": 873405838,
            "stop": 873405984
        },
        {
            "start": 873406116,
            "stop": 873406168
        },
        {
            "start": 873406220,
            "stop": 873406224
        },
        {
            "start": 873406231,
            "stop": 873406271
        },
        {
            "start": 873406307,
            "stop": 873406331
        },
        {
            "start": 873406367,
            "stop": 873406556
        },
        {
            "start": 873406617,
            "stop": 873406736
        },
        {
            "start": 873406816,
            "stop": 873406974
        },
        {
            "start": 873407010,
            "stop": 873407062
        },
        {
            "start": 873407125,
            "stop": 873407138
        },
        {
            "start": 873407198,
            "stop": 873408515
        },
        {
            "start": 873408534,
            "stop": 873408708
        },
        {
            "start": 873408716,
            "stop": 873409380
        },
        {
            "start": 873409440,
            "stop": 873409723
        },
        {
            "start": 873409731,
            "stop": 873409906
        },
        {
            "start": 873409914,
            "stop": 873409970
        },
        {
            "start": 873409987,
            "stop": 873410506
        }
    ]
}