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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=211",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 212,
    "results": [
        {
            "start": 931488647,
            "stop": 931488648
        },
        {
            "start": 931488649,
            "stop": 931488651
        },
        {
            "start": 931488652,
            "stop": 931488654
        },
        {
            "start": 931488656,
            "stop": 931488657
        },
        {
            "start": 931488658,
            "stop": 931488663
        },
        {
            "start": 931488665,
            "stop": 931488666
        },
        {
            "start": 931488669,
            "stop": 931488670
        },
        {
            "start": 931488674,
            "stop": 931488677
        },
        {
            "start": 931488684,
            "stop": 931488685
        },
        {
            "start": 931488690,
            "stop": 931488691
        },
        {
            "start": 931488696,
            "stop": 931488697
        },
        {
            "start": 931488717,
            "stop": 931488719
        },
        {
            "start": 931488720,
            "stop": 931488722
        },
        {
            "start": 931488723,
            "stop": 931488724
        },
        {
            "start": 931488757,
            "stop": 931488758
        },
        {
            "start": 931488759,
            "stop": 931488760
        },
        {
            "start": 931488777,
            "stop": 931488780
        },
        {
            "start": 931488813,
            "stop": 931488816
        },
        {
            "start": 931491250,
            "stop": 931491345
        },
        {
            "start": 931491346,
            "stop": 931491477
        }
    ]
}