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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=94",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 95,
    "results": [
        {
            "start": 816862397,
            "stop": 816862454
        },
        {
            "start": 816862474,
            "stop": 816862498
        },
        {
            "start": 816862517,
            "stop": 816862539
        },
        {
            "start": 816862558,
            "stop": 816862590
        },
        {
            "start": 816862643,
            "stop": 816862676
        },
        {
            "start": 816862763,
            "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
        },
        {
            "start": 816863829,
            "stop": 816863890
        },
        {
            "start": 816909199,
            "stop": 816909243
        },
        {
            "start": 816909290,
            "stop": 816909308
        }
    ]
}