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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14098",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14096",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14097,
    "results": [
        {
            "start": 971158899,
            "stop": 971158900
        },
        {
            "start": 971158904,
            "stop": 971158906
        },
        {
            "start": 971158907,
            "stop": 971158908
        },
        {
            "start": 971158916,
            "stop": 971158917
        },
        {
            "start": 971158919,
            "stop": 971158920
        },
        {
            "start": 971158925,
            "stop": 971158927
        },
        {
            "start": 971158928,
            "stop": 971158930
        },
        {
            "start": 971158936,
            "stop": 971158937
        },
        {
            "start": 971158938,
            "stop": 971158945
        },
        {
            "start": 971158951,
            "stop": 971158954
        },
        {
            "start": 971158964,
            "stop": 971158965
        },
        {
            "start": 971158966,
            "stop": 971158967
        },
        {
            "start": 971158973,
            "stop": 971158975
        },
        {
            "start": 971158977,
            "stop": 971158980
        },
        {
            "start": 971158982,
            "stop": 971158983
        },
        {
            "start": 971158986,
            "stop": 971158987
        },
        {
            "start": 971158994,
            "stop": 971158995
        },
        {
            "start": 971158996,
            "stop": 971158997
        },
        {
            "start": 971158998,
            "stop": 971159000
        },
        {
            "start": 971159001,
            "stop": 971159005
        }
    ]
}