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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=91",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 92,
    "results": [
        {
            "start": 816862049,
            "stop": 816862071
        },
        {
            "start": 816862200,
            "stop": 816862214
        },
        {
            "start": 816862320,
            "stop": 816862377
        },
        {
            "start": 816862397,
            "stop": 816862454
        },
        {
            "start": 816862474,
            "stop": 816862498
        },
        {
            "start": 816862517,
            "stop": 816862539
        },
        {
            "start": 816862558,
            "stop": 816862590
        },
        {
            "start": 816862643,
            "stop": 816862676
        },
        {
            "start": 816862800,
            "stop": 816862807
        },
        {
            "start": 816862844,
            "stop": 816862961
        },
        {
            "start": 816862982,
            "stop": 816863025
        },
        {
            "start": 816863045,
            "stop": 816863067
        },
        {
            "start": 816863122,
            "stop": 816863173
        },
        {
            "start": 816863203,
            "stop": 816863334
        },
        {
            "start": 816863362,
            "stop": 816863366
        },
        {
            "start": 816863395,
            "stop": 816863443
        },
        {
            "start": 816863464,
            "stop": 816863487
        },
        {
            "start": 816863511,
            "stop": 816863567
        },
        {
            "start": 816863630,
            "stop": 816863775
        },
        {
            "start": 816863795,
            "stop": 816863802
        }
    ]
}