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=15969
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=15970",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15968",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15969,
    "results": [
        {
            "start": 971439704,
            "stop": 971439708
        },
        {
            "start": 971439711,
            "stop": 971439717
        },
        {
            "start": 971439721,
            "stop": 971439868
        },
        {
            "start": 971439869,
            "stop": 971439872
        },
        {
            "start": 971439874,
            "stop": 971440049
        },
        {
            "start": 971440052,
            "stop": 971440057
        },
        {
            "start": 971440059,
            "stop": 971440068
        },
        {
            "start": 971440069,
            "stop": 971440070
        },
        {
            "start": 971440073,
            "stop": 971440077
        },
        {
            "start": 971440078,
            "stop": 971440083
        },
        {
            "start": 971440085,
            "stop": 971440127
        },
        {
            "start": 971440130,
            "stop": 971440254
        },
        {
            "start": 971440256,
            "stop": 971440270
        },
        {
            "start": 971440273,
            "stop": 971440283
        },
        {
            "start": 971440286,
            "stop": 971440419
        },
        {
            "start": 971440422,
            "stop": 971440424
        },
        {
            "start": 971440427,
            "stop": 971440524
        },
        {
            "start": 971440526,
            "stop": 971440531
        },
        {
            "start": 971440532,
            "stop": 971440534
        },
        {
            "start": 971440538,
            "stop": 971440539
        }
    ]
}