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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=341",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 342,
    "results": [
        {
            "start": 818795383,
            "stop": 818795386
        },
        {
            "start": 818795734,
            "stop": 818795738
        },
        {
            "start": 818811684,
            "stop": 818811711
        },
        {
            "start": 818811739,
            "stop": 818811780
        },
        {
            "start": 818811894,
            "stop": 818811906
        },
        {
            "start": 818811926,
            "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
        },
        {
            "start": 818812746,
            "stop": 818812751
        },
        {
            "start": 818812771,
            "stop": 818812788
        },
        {
            "start": 818812844,
            "stop": 818812857
        },
        {
            "start": 818812861,
            "stop": 818812949
        }
    ]
}