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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=296",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 297,
    "results": [
        {
            "start": 822410101,
            "stop": 822410125
        },
        {
            "start": 822410130,
            "stop": 822410152
        },
        {
            "start": 822410157,
            "stop": 822410325
        },
        {
            "start": 822410330,
            "stop": 822410367
        },
        {
            "start": 822410372,
            "stop": 822410424
        },
        {
            "start": 822410430,
            "stop": 822410506
        },
        {
            "start": 822410513,
            "stop": 822410673
        },
        {
            "start": 822410678,
            "stop": 822410773
        },
        {
            "start": 822410779,
            "stop": 822410805
        },
        {
            "start": 822410810,
            "stop": 822410831
        },
        {
            "start": 822410837,
            "stop": 822411037
        },
        {
            "start": 822411042,
            "stop": 822411073
        },
        {
            "start": 822411078,
            "stop": 822411251
        },
        {
            "start": 822411256,
            "stop": 822411288
        },
        {
            "start": 822411298,
            "stop": 822411313
        },
        {
            "start": 822411318,
            "stop": 822411491
        },
        {
            "start": 822411496,
            "stop": 822411515
        },
        {
            "start": 822411523,
            "stop": 822411538
        },
        {
            "start": 822411543,
            "stop": 822411567
        },
        {
            "start": 822411578,
            "stop": 822411585
        }
    ]
}