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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5025",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5026,
    "results": [
        {
            "start": 872474719,
            "stop": 872474778
        },
        {
            "start": 872474915,
            "stop": 872474917
        },
        {
            "start": 872475061,
            "stop": 872475068
        },
        {
            "start": 872475195,
            "stop": 872475199
        },
        {
            "start": 872475570,
            "stop": 872475591
        },
        {
            "start": 872475743,
            "stop": 872475847
        },
        {
            "start": 872475883,
            "stop": 872475899
        },
        {
            "start": 872475935,
            "stop": 872475950
        },
        {
            "start": 872475999,
            "stop": 872476081
        },
        {
            "start": 872476157,
            "stop": 872476765
        },
        {
            "start": 872476801,
            "stop": 872477050
        },
        {
            "start": 872477086,
            "stop": 872477483
        },
        {
            "start": 872477519,
            "stop": 872477523
        },
        {
            "start": 872477559,
            "stop": 872477561
        },
        {
            "start": 872477599,
            "stop": 872477942
        },
        {
            "start": 872478035,
            "stop": 872478043
        },
        {
            "start": 872478080,
            "stop": 872478291
        },
        {
            "start": 872478308,
            "stop": 872478482
        },
        {
            "start": 872478592,
            "stop": 872478598
        },
        {
            "start": 872478777,
            "stop": 872478829
        }
    ]
}