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=8274
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=8275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8273",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8274,
    "results": [
        {
            "start": 873903088,
            "stop": 873903457
        },
        {
            "start": 873903476,
            "stop": 873904643
        },
        {
            "start": 873904662,
            "stop": 873904840
        },
        {
            "start": 873904859,
            "stop": 873905460
        },
        {
            "start": 873905520,
            "stop": 873905880
        },
        {
            "start": 873905899,
            "stop": 873906223
        },
        {
            "start": 873906248,
            "stop": 873906281
        },
        {
            "start": 873906304,
            "stop": 873906536
        },
        {
            "start": 873906656,
            "stop": 873907374
        },
        {
            "start": 873907555,
            "stop": 873907860
        },
        {
            "start": 873907920,
            "stop": 873908086
        },
        {
            "start": 873908103,
            "stop": 873908624
        },
        {
            "start": 873908643,
            "stop": 873908863
        },
        {
            "start": 873908898,
            "stop": 873908933
        },
        {
            "start": 873908953,
            "stop": 873909015
        },
        {
            "start": 873909033,
            "stop": 873909079
        },
        {
            "start": 873909140,
            "stop": 873909240
        },
        {
            "start": 873909300,
            "stop": 873909414
        },
        {
            "start": 873909447,
            "stop": 873909571
        },
        {
            "start": 873909596,
            "stop": 873909605
        }
    ]
}