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=735
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=736",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=734",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 735,
    "results": [
        {
            "start": 953314467,
            "stop": 953314480
        },
        {
            "start": 953316729,
            "stop": 953316837
        },
        {
            "start": 953316842,
            "stop": 953317881
        },
        {
            "start": 953317886,
            "stop": 953318236
        },
        {
            "start": 953318242,
            "stop": 953318993
        },
        {
            "start": 953318999,
            "stop": 953319931
        },
        {
            "start": 953319937,
            "stop": 953320356
        },
        {
            "start": 953320362,
            "stop": 953320476
        },
        {
            "start": 953320482,
            "stop": 953321500
        },
        {
            "start": 953321506,
            "stop": 953323364
        },
        {
            "start": 953324687,
            "stop": 953325128
        },
        {
            "start": 953325134,
            "stop": 953326231
        },
        {
            "start": 953326236,
            "stop": 953326271
        },
        {
            "start": 953326277,
            "stop": 953330570
        },
        {
            "start": 953330576,
            "stop": 953330887
        },
        {
            "start": 953330893,
            "stop": 953333066
        },
        {
            "start": 953333071,
            "stop": 953333425
        },
        {
            "start": 953333431,
            "stop": 953335412
        },
        {
            "start": 953335418,
            "stop": 953336620
        },
        {
            "start": 953336626,
            "stop": 953338400
        }
    ]
}