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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=188",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 189,
    "results": [
        {
            "start": 818207637,
            "stop": 818207639
        },
        {
            "start": 818207642,
            "stop": 818207643
        },
        {
            "start": 818207663,
            "stop": 818207672
        },
        {
            "start": 818207675,
            "stop": 818207676
        },
        {
            "start": 818207680,
            "stop": 818207683
        },
        {
            "start": 818207686,
            "stop": 818207687
        },
        {
            "start": 818207693,
            "stop": 818207694
        },
        {
            "start": 818207707,
            "stop": 818207715
        },
        {
            "start": 818207721,
            "stop": 818207722
        },
        {
            "start": 818207725,
            "stop": 818207728
        },
        {
            "start": 818207737,
            "stop": 818207744
        },
        {
            "start": 818207750,
            "stop": 818207752
        },
        {
            "start": 818207756,
            "stop": 818207758
        },
        {
            "start": 818207763,
            "stop": 818207767
        },
        {
            "start": 818207780,
            "stop": 818207785
        },
        {
            "start": 818207790,
            "stop": 818207799
        },
        {
            "start": 818207802,
            "stop": 818207803
        },
        {
            "start": 818207806,
            "stop": 818207808
        },
        {
            "start": 818207812,
            "stop": 818207817
        },
        {
            "start": 818207838,
            "stop": 818207840
        }
    ]
}