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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=142",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 143,
    "results": [
        {
            "start": 818641038,
            "stop": 818641041
        },
        {
            "start": 818641612,
            "stop": 818642313
        },
        {
            "start": 818642329,
            "stop": 818642791
        },
        {
            "start": 818642800,
            "stop": 818642863
        },
        {
            "start": 818642939,
            "stop": 818643187
        },
        {
            "start": 818643297,
            "stop": 818643330
        },
        {
            "start": 818643352,
            "stop": 818643388
        },
        {
            "start": 818643396,
            "stop": 818643458
        },
        {
            "start": 818644738,
            "stop": 818645119
        },
        {
            "start": 818645129,
            "stop": 818645201
        },
        {
            "start": 818645209,
            "stop": 818645218
        },
        {
            "start": 818645226,
            "stop": 818645258
        },
        {
            "start": 818645266,
            "stop": 818645397
        },
        {
            "start": 818645407,
            "stop": 818645411
        },
        {
            "start": 818645419,
            "stop": 818645524
        },
        {
            "start": 818645540,
            "stop": 818645579
        },
        {
            "start": 818645587,
            "stop": 818645685
        },
        {
            "start": 818645773,
            "stop": 818645775
        },
        {
            "start": 818645858,
            "stop": 818645933
        },
        {
            "start": 818645945,
            "stop": 818645949
        }
    ]
}