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=779
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=780",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=778",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 779,
    "results": [
        {
            "start": 957484132,
            "stop": 957484159
        },
        {
            "start": 957484165,
            "stop": 957484260
        },
        {
            "start": 957484265,
            "stop": 957484325
        },
        {
            "start": 957484331,
            "stop": 957484345
        },
        {
            "start": 957484351,
            "stop": 957484636
        },
        {
            "start": 957484642,
            "stop": 957485030
        },
        {
            "start": 957485036,
            "stop": 957485107
        },
        {
            "start": 957485113,
            "stop": 957485280
        },
        {
            "start": 957485286,
            "stop": 957485318
        },
        {
            "start": 957485324,
            "stop": 957485483
        },
        {
            "start": 957485489,
            "stop": 957486764
        },
        {
            "start": 957486770,
            "stop": 957486832
        },
        {
            "start": 957486838,
            "stop": 957487119
        },
        {
            "start": 957487125,
            "stop": 957487128
        },
        {
            "start": 957487137,
            "stop": 957487394
        },
        {
            "start": 957487405,
            "stop": 957487601
        },
        {
            "start": 957487607,
            "stop": 957487876
        },
        {
            "start": 957487882,
            "stop": 957488611
        },
        {
            "start": 957488616,
            "stop": 957489006
        },
        {
            "start": 957489012,
            "stop": 957489395
        }
    ]
}