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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1337",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1335",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1336,
    "results": [
        {
            "start": 964739288,
            "stop": 964739387
        },
        {
            "start": 964739388,
            "stop": 964740187
        },
        {
            "start": 964740188,
            "stop": 964741479
        },
        {
            "start": 964741480,
            "stop": 964742167
        },
        {
            "start": 964743463,
            "stop": 964751133
        },
        {
            "start": 964751134,
            "stop": 964758879
        },
        {
            "start": 964761131,
            "stop": 964761568
        },
        {
            "start": 964761569,
            "stop": 964766079
        },
        {
            "start": 964766080,
            "stop": 964767862
        },
        {
            "start": 964767863,
            "stop": 964782319
        },
        {
            "start": 964786145,
            "stop": 964790111
        },
        {
            "start": 964790835,
            "stop": 964791639
        },
        {
            "start": 964792305,
            "stop": 964796982
        },
        {
            "start": 964796983,
            "stop": 964797304
        },
        {
            "start": 964801347,
            "stop": 964801455
        },
        {
            "start": 964801552,
            "stop": 964811150
        },
        {
            "start": 964813152,
            "stop": 964815560
        },
        {
            "start": 964818291,
            "stop": 964819469
        },
        {
            "start": 964819549,
            "stop": 964819565
        },
        {
            "start": 964819566,
            "stop": 964819939
        }
    ]
}