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=14127
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=14128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14126",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14127,
    "results": [
        {
            "start": 971161957,
            "stop": 971161960
        },
        {
            "start": 971161963,
            "stop": 971161965
        },
        {
            "start": 971161966,
            "stop": 971161971
        },
        {
            "start": 971161974,
            "stop": 971161977
        },
        {
            "start": 971161979,
            "stop": 971161982
        },
        {
            "start": 971161987,
            "stop": 971161990
        },
        {
            "start": 971161992,
            "stop": 971161997
        },
        {
            "start": 971161998,
            "stop": 971162002
        },
        {
            "start": 971162004,
            "stop": 971162008
        },
        {
            "start": 971162009,
            "stop": 971162011
        },
        {
            "start": 971162013,
            "stop": 971162017
        },
        {
            "start": 971162020,
            "stop": 971162025
        },
        {
            "start": 971162026,
            "stop": 971162027
        },
        {
            "start": 971162028,
            "stop": 971162030
        },
        {
            "start": 971162037,
            "stop": 971162039
        },
        {
            "start": 971162041,
            "stop": 971162042
        },
        {
            "start": 971162043,
            "stop": 971162048
        },
        {
            "start": 971162050,
            "stop": 971162051
        },
        {
            "start": 971162053,
            "stop": 971162056
        },
        {
            "start": 971162059,
            "stop": 971162064
        }
    ]
}