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=14174
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=14175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14173",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14174,
    "results": [
        {
            "start": 971166943,
            "stop": 971166947
        },
        {
            "start": 971166953,
            "stop": 971166954
        },
        {
            "start": 971166966,
            "stop": 971166967
        },
        {
            "start": 971166972,
            "stop": 971166973
        },
        {
            "start": 971166974,
            "stop": 971166976
        },
        {
            "start": 971166979,
            "stop": 971166983
        },
        {
            "start": 971166984,
            "stop": 971166985
        },
        {
            "start": 971166989,
            "stop": 971166993
        },
        {
            "start": 971167010,
            "stop": 971167012
        },
        {
            "start": 971167018,
            "stop": 971167019
        },
        {
            "start": 971167020,
            "stop": 971167021
        },
        {
            "start": 971167028,
            "stop": 971167029
        },
        {
            "start": 971167036,
            "stop": 971167040
        },
        {
            "start": 971167041,
            "stop": 971167042
        },
        {
            "start": 971167045,
            "stop": 971167050
        },
        {
            "start": 971167053,
            "stop": 971167055
        },
        {
            "start": 971167062,
            "stop": 971167063
        },
        {
            "start": 971167066,
            "stop": 971167068
        },
        {
            "start": 971167071,
            "stop": 971167076
        },
        {
            "start": 971167079,
            "stop": 971167081
        }
    ]
}