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=5047
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=5048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5046",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5047,
    "results": [
        {
            "start": 872761981,
            "stop": 872764414
        },
        {
            "start": 872764431,
            "stop": 872766556
        },
        {
            "start": 872766563,
            "stop": 872766646
        },
        {
            "start": 872766663,
            "stop": 872766920
        },
        {
            "start": 872769610,
            "stop": 872771327
        },
        {
            "start": 872771344,
            "stop": 872773261
        },
        {
            "start": 872773281,
            "stop": 872773838
        },
        {
            "start": 872773855,
            "stop": 872774100
        },
        {
            "start": 872774136,
            "stop": 872775350
        },
        {
            "start": 872775367,
            "stop": 872776177
        },
        {
            "start": 872776194,
            "stop": 872777453
        },
        {
            "start": 872777489,
            "stop": 872778166
        },
        {
            "start": 872778200,
            "stop": 872778479
        },
        {
            "start": 872779088,
            "stop": 872779359
        },
        {
            "start": 872779394,
            "stop": 872779404
        },
        {
            "start": 872779438,
            "stop": 872779446
        },
        {
            "start": 872779683,
            "stop": 872780760
        },
        {
            "start": 872780820,
            "stop": 872781829
        },
        {
            "start": 872781845,
            "stop": 872782265
        },
        {
            "start": 872782282,
            "stop": 872785543
        }
    ]
}