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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=797",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=795",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 796,
    "results": [
        {
            "start": 957686593,
            "stop": 957686599
        },
        {
            "start": 957686604,
            "stop": 957686780
        },
        {
            "start": 957686786,
            "stop": 957686906
        },
        {
            "start": 957686912,
            "stop": 957687125
        },
        {
            "start": 957687131,
            "stop": 957687170
        },
        {
            "start": 957687176,
            "stop": 957687601
        },
        {
            "start": 957687607,
            "stop": 957687618
        },
        {
            "start": 957687623,
            "stop": 957687869
        },
        {
            "start": 957687875,
            "stop": 957687931
        },
        {
            "start": 957687936,
            "stop": 957688103
        },
        {
            "start": 957688109,
            "stop": 957688271
        },
        {
            "start": 957688277,
            "stop": 957688280
        },
        {
            "start": 957688286,
            "stop": 957688487
        },
        {
            "start": 957688492,
            "stop": 957688570
        },
        {
            "start": 957688576,
            "stop": 957689039
        },
        {
            "start": 957689045,
            "stop": 957689080
        },
        {
            "start": 957689086,
            "stop": 957689126
        },
        {
            "start": 957689132,
            "stop": 957689300
        },
        {
            "start": 957689306,
            "stop": 957689416
        },
        {
            "start": 957689422,
            "stop": 957689531
        }
    ]
}