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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29298",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29299,
    "results": [
        {
            "start": 971180794,
            "stop": 971180796
        },
        {
            "start": 971180801,
            "stop": 971180803
        },
        {
            "start": 971180807,
            "stop": 971180809
        },
        {
            "start": 971180812,
            "stop": 971180814
        },
        {
            "start": 971180816,
            "stop": 971180817
        },
        {
            "start": 971180819,
            "stop": 971180825
        },
        {
            "start": 971180827,
            "stop": 971180828
        },
        {
            "start": 971180831,
            "stop": 971180832
        },
        {
            "start": 971180833,
            "stop": 971180841
        },
        {
            "start": 971180842,
            "stop": 971180844
        },
        {
            "start": 971180852,
            "stop": 971180865
        },
        {
            "start": 971180867,
            "stop": 971180871
        },
        {
            "start": 971180873,
            "stop": 971180874
        },
        {
            "start": 971180876,
            "stop": 971180877
        },
        {
            "start": 971180883,
            "stop": 971180884
        },
        {
            "start": 971180886,
            "stop": 971180887
        },
        {
            "start": 971180888,
            "stop": 971180890
        },
        {
            "start": 971180894,
            "stop": 971180902
        },
        {
            "start": 971180905,
            "stop": 971180906
        },
        {
            "start": 971180909,
            "stop": 971180910
        }
    ]
}