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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=775",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=773",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 774,
    "results": [
        {
            "start": 957356787,
            "stop": 957356842
        },
        {
            "start": 957357380,
            "stop": 957357644
        },
        {
            "start": 957357650,
            "stop": 957358367
        },
        {
            "start": 957361500,
            "stop": 957366828
        },
        {
            "start": 957366834,
            "stop": 957367163
        },
        {
            "start": 957367169,
            "stop": 957368429
        },
        {
            "start": 957368435,
            "stop": 957370174
        },
        {
            "start": 957370180,
            "stop": 957373211
        },
        {
            "start": 957373217,
            "stop": 957373439
        },
        {
            "start": 957373445,
            "stop": 957376519
        },
        {
            "start": 957376525,
            "stop": 957376953
        },
        {
            "start": 957376959,
            "stop": 957380141
        },
        {
            "start": 957380147,
            "stop": 957380542
        },
        {
            "start": 957384509,
            "stop": 957386810
        },
        {
            "start": 957414702,
            "stop": 957416907
        },
        {
            "start": 957416913,
            "stop": 957417589
        },
        {
            "start": 957417595,
            "stop": 957417633
        },
        {
            "start": 957417639,
            "stop": 957417833
        },
        {
            "start": 957417839,
            "stop": 957418449
        },
        {
            "start": 957418455,
            "stop": 957419119
        }
    ]
}