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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15694",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15692",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15693,
    "results": [
        {
            "start": 971161894,
            "stop": 971161897
        },
        {
            "start": 971161899,
            "stop": 971161902
        },
        {
            "start": 971161911,
            "stop": 971161912
        },
        {
            "start": 971161916,
            "stop": 971161917
        },
        {
            "start": 971161919,
            "stop": 971161922
        },
        {
            "start": 971161923,
            "stop": 971161929
        },
        {
            "start": 971161931,
            "stop": 971161932
        },
        {
            "start": 971161934,
            "stop": 971161935
        },
        {
            "start": 971161937,
            "stop": 971161940
        },
        {
            "start": 971161941,
            "stop": 971161944
        },
        {
            "start": 971161949,
            "stop": 971161952
        },
        {
            "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
        }
    ]
}