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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=281",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 282,
    "results": [
        {
            "start": 818050543,
            "stop": 818050550
        },
        {
            "start": 818050614,
            "stop": 818050642
        },
        {
            "start": 818051264,
            "stop": 818051266
        },
        {
            "start": 818051537,
            "stop": 818051538
        },
        {
            "start": 818051792,
            "stop": 818051793
        },
        {
            "start": 818051920,
            "stop": 818051924
        },
        {
            "start": 818052391,
            "stop": 818052396
        },
        {
            "start": 818052976,
            "stop": 818052982
        },
        {
            "start": 818053203,
            "stop": 818053209
        },
        {
            "start": 818053698,
            "stop": 818053700
        },
        {
            "start": 818060188,
            "stop": 818060191
        },
        {
            "start": 818062138,
            "stop": 818062146
        },
        {
            "start": 818063170,
            "stop": 818063174
        },
        {
            "start": 818066543,
            "stop": 818066544
        },
        {
            "start": 818066575,
            "stop": 818066581
        },
        {
            "start": 818066823,
            "stop": 818066832
        },
        {
            "start": 818066914,
            "stop": 818066916
        },
        {
            "start": 818067205,
            "stop": 818067220
        },
        {
            "start": 818067363,
            "stop": 818067367
        },
        {
            "start": 818067771,
            "stop": 818067778
        }
    ]
}