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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=206",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 207,
    "results": [
        {
            "start": 820314718,
            "stop": 820316389
        },
        {
            "start": 820316399,
            "stop": 820321183
        },
        {
            "start": 820322155,
            "stop": 820323949
        },
        {
            "start": 820323956,
            "stop": 820327213
        },
        {
            "start": 820327950,
            "stop": 820330429
        },
        {
            "start": 820330430,
            "stop": 820332813
        },
        {
            "start": 820332817,
            "stop": 820333569
        },
        {
            "start": 820333576,
            "stop": 820336859
        },
        {
            "start": 820336866,
            "stop": 820337659
        },
        {
            "start": 820337660,
            "stop": 820340655
        },
        {
            "start": 820359255,
            "stop": 820359383
        },
        {
            "start": 820359679,
            "stop": 820360312
        },
        {
            "start": 820360313,
            "stop": 820360526
        },
        {
            "start": 820360533,
            "stop": 820360991
        },
        {
            "start": 820360999,
            "stop": 820361439
        },
        {
            "start": 820361447,
            "stop": 820361615
        },
        {
            "start": 820361623,
            "stop": 820361943
        },
        {
            "start": 820361950,
            "stop": 820364007
        },
        {
            "start": 820364014,
            "stop": 820364653
        },
        {
            "start": 820365412,
            "stop": 820365899
        }
    ]
}