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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=256",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 257,
    "results": [
        {
            "start": 931679900,
            "stop": 931679903
        },
        {
            "start": 931679906,
            "stop": 931679912
        },
        {
            "start": 931679917,
            "stop": 931679918
        },
        {
            "start": 931679925,
            "stop": 931679926
        },
        {
            "start": 931679935,
            "stop": 931679941
        },
        {
            "start": 931679944,
            "stop": 931679946
        },
        {
            "start": 931679949,
            "stop": 931679950
        },
        {
            "start": 931679958,
            "stop": 931679959
        },
        {
            "start": 931679962,
            "stop": 931679963
        },
        {
            "start": 931679974,
            "stop": 931679982
        },
        {
            "start": 931679985,
            "stop": 931679986
        },
        {
            "start": 931679991,
            "stop": 931679992
        },
        {
            "start": 931679995,
            "stop": 931679997
        },
        {
            "start": 931680012,
            "stop": 931680013
        },
        {
            "start": 931680016,
            "stop": 931680017
        },
        {
            "start": 931680021,
            "stop": 931680022
        },
        {
            "start": 931680027,
            "stop": 931680028
        },
        {
            "start": 931680031,
            "stop": 931680038
        },
        {
            "start": 931680041,
            "stop": 931680044
        },
        {
            "start": 931680050,
            "stop": 931680051
        }
    ]
}