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=8093
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=8094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8092",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8093,
    "results": [
        {
            "start": 872548596,
            "stop": 872548597
        },
        {
            "start": 872548614,
            "stop": 872548673
        },
        {
            "start": 872548690,
            "stop": 872549491
        },
        {
            "start": 872549508,
            "stop": 872549580
        },
        {
            "start": 872549640,
            "stop": 872549804
        },
        {
            "start": 872549821,
            "stop": 872549918
        },
        {
            "start": 872549936,
            "stop": 872550161
        },
        {
            "start": 872550180,
            "stop": 872550211
        },
        {
            "start": 872550228,
            "stop": 872550845
        },
        {
            "start": 872550862,
            "stop": 872551265
        },
        {
            "start": 872551284,
            "stop": 872551347
        },
        {
            "start": 872551364,
            "stop": 872553171
        },
        {
            "start": 872553191,
            "stop": 872553366
        },
        {
            "start": 872553517,
            "stop": 872553758
        },
        {
            "start": 872553878,
            "stop": 872554281
        },
        {
            "start": 872554307,
            "stop": 872554322
        },
        {
            "start": 872554342,
            "stop": 872554354
        },
        {
            "start": 872554373,
            "stop": 872554393
        },
        {
            "start": 872554424,
            "stop": 872554426
        },
        {
            "start": 872554448,
            "stop": 872554568
        }
    ]
}