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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=206",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 207,
    "results": [
        {
            "start": 820911990,
            "stop": 820912007
        },
        {
            "start": 820912025,
            "stop": 820912042
        },
        {
            "start": 820912050,
            "stop": 820912052
        },
        {
            "start": 820912086,
            "stop": 820912101
        },
        {
            "start": 820912111,
            "stop": 820912112
        },
        {
            "start": 820912120,
            "stop": 820912240
        },
        {
            "start": 820912250,
            "stop": 820912269
        },
        {
            "start": 820912332,
            "stop": 820912340
        },
        {
            "start": 820912349,
            "stop": 820912350
        },
        {
            "start": 820912369,
            "stop": 820912373
        },
        {
            "start": 820912390,
            "stop": 820913932
        },
        {
            "start": 820915081,
            "stop": 820923177
        },
        {
            "start": 820923468,
            "stop": 820923535
        },
        {
            "start": 820923565,
            "stop": 820923702
        },
        {
            "start": 820923710,
            "stop": 820923940
        },
        {
            "start": 820924185,
            "stop": 820924396
        },
        {
            "start": 820924404,
            "stop": 820924616
        },
        {
            "start": 820924624,
            "stop": 820924876
        },
        {
            "start": 820924884,
            "stop": 820925611
        },
        {
            "start": 820925619,
            "stop": 820925980
        }
    ]
}