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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=47",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 48,
    "results": [
        {
            "start": 931508722,
            "stop": 931508731
        },
        {
            "start": 931508737,
            "stop": 931508740
        },
        {
            "start": 931508747,
            "stop": 931508750
        },
        {
            "start": 931508757,
            "stop": 931508760
        },
        {
            "start": 931508767,
            "stop": 931508793
        },
        {
            "start": 931508814,
            "stop": 931508816
        },
        {
            "start": 931508823,
            "stop": 931508824
        },
        {
            "start": 931508831,
            "stop": 931508842
        },
        {
            "start": 931508849,
            "stop": 931508860
        },
        {
            "start": 931508886,
            "stop": 931508911
        },
        {
            "start": 931508928,
            "stop": 931508937
        },
        {
            "start": 931508953,
            "stop": 931508961
        },
        {
            "start": 931508978,
            "stop": 931508982
        },
        {
            "start": 931509086,
            "stop": 931509091
        },
        {
            "start": 931509146,
            "stop": 931509159
        },
        {
            "start": 931509169,
            "stop": 931509171
        },
        {
            "start": 931509181,
            "stop": 931509182
        },
        {
            "start": 931509192,
            "stop": 931509206
        },
        {
            "start": 931509222,
            "stop": 931509231
        },
        {
            "start": 931509238,
            "stop": 931509240
        }
    ]
}