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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3519",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3517",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3518,
    "results": [
        {
            "start": 871421704,
            "stop": 871421863
        },
        {
            "start": 871421880,
            "stop": 871422060
        },
        {
            "start": 871422077,
            "stop": 871422681
        },
        {
            "start": 871422698,
            "stop": 871422755
        },
        {
            "start": 871422772,
            "stop": 871422835
        },
        {
            "start": 871422852,
            "stop": 871422858
        },
        {
            "start": 871422875,
            "stop": 871423004
        },
        {
            "start": 871423021,
            "stop": 871423075
        },
        {
            "start": 871423092,
            "stop": 871423263
        },
        {
            "start": 871423280,
            "stop": 871423314
        },
        {
            "start": 871423331,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871428704
        },
        {
            "start": 871428723,
            "stop": 871428753
        },
        {
            "start": 871428771,
            "stop": 871428852
        },
        {
            "start": 871428869,
            "stop": 871428949
        },
        {
            "start": 871428966,
            "stop": 871429006
        },
        {
            "start": 871429023,
            "stop": 871429032
        },
        {
            "start": 871429051,
            "stop": 871429080
        },
        {
            "start": 871429140,
            "stop": 871429374
        },
        {
            "start": 871429391,
            "stop": 871429432
        }
    ]
}