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=9886
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=9887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9885",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9886,
    "results": [
        {
            "start": 870866961,
            "stop": 870866989
        },
        {
            "start": 870867011,
            "stop": 870867039
        },
        {
            "start": 870867046,
            "stop": 870867085
        },
        {
            "start": 870867092,
            "stop": 870867111
        },
        {
            "start": 870867119,
            "stop": 870867232
        },
        {
            "start": 870867247,
            "stop": 870867291
        },
        {
            "start": 870867306,
            "stop": 870867320
        },
        {
            "start": 870867327,
            "stop": 870867334
        },
        {
            "start": 870867358,
            "stop": 870867416
        },
        {
            "start": 870867437,
            "stop": 870867450
        },
        {
            "start": 870867465,
            "stop": 870867500
        },
        {
            "start": 870867531,
            "stop": 870867578
        },
        {
            "start": 870867586,
            "stop": 870867638
        },
        {
            "start": 870867647,
            "stop": 870867691
        },
        {
            "start": 870867699,
            "stop": 870867706
        },
        {
            "start": 870867740,
            "stop": 870867787
        },
        {
            "start": 870867794,
            "stop": 870867847
        },
        {
            "start": 870867863,
            "stop": 870867895
        },
        {
            "start": 870867902,
            "stop": 870867991
        },
        {
            "start": 870868027,
            "stop": 870868066
        }
    ]
}