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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=325",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 326,
    "results": [
        {
            "start": 818793841,
            "stop": 818793870
        },
        {
            "start": 818793943,
            "stop": 818793961
        },
        {
            "start": 818794020,
            "stop": 818794035
        },
        {
            "start": 818794063,
            "stop": 818794070
        },
        {
            "start": 818794073,
            "stop": 818794077
        },
        {
            "start": 818794140,
            "stop": 818794178
        },
        {
            "start": 818794199,
            "stop": 818794200
        },
        {
            "start": 818811739,
            "stop": 818811780
        },
        {
            "start": 818811894,
            "stop": 818811900
        },
        {
            "start": 818811960,
            "stop": 818811982
        },
        {
            "start": 818812003,
            "stop": 818812013
        },
        {
            "start": 818812060,
            "stop": 818812096
        },
        {
            "start": 818812148,
            "stop": 818812153
        },
        {
            "start": 818812172,
            "stop": 818812179
        },
        {
            "start": 818812199,
            "stop": 818812214
        },
        {
            "start": 818812251,
            "stop": 818812257
        },
        {
            "start": 818812319,
            "stop": 818812339
        },
        {
            "start": 818812440,
            "stop": 818812491
        },
        {
            "start": 818812510,
            "stop": 818812519
        },
        {
            "start": 818812551,
            "stop": 818812680
        }
    ]
}