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=732
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=733",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=731",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 732,
    "results": [
        {
            "start": 953161951,
            "stop": 953162832
        },
        {
            "start": 953162838,
            "stop": 953162920
        },
        {
            "start": 953162926,
            "stop": 953163855
        },
        {
            "start": 953163861,
            "stop": 953164465
        },
        {
            "start": 953164471,
            "stop": 953165593
        },
        {
            "start": 953165599,
            "stop": 953166390
        },
        {
            "start": 953166396,
            "stop": 953173118
        },
        {
            "start": 953173124,
            "stop": 953176290
        },
        {
            "start": 953176296,
            "stop": 953181241
        },
        {
            "start": 953181246,
            "stop": 953181540
        },
        {
            "start": 953181546,
            "stop": 953182385
        },
        {
            "start": 953182391,
            "stop": 953183117
        },
        {
            "start": 953183123,
            "stop": 953183443
        },
        {
            "start": 953183448,
            "stop": 953183856
        },
        {
            "start": 953183862,
            "stop": 953184192
        },
        {
            "start": 953189566,
            "stop": 953190692
        },
        {
            "start": 953190698,
            "stop": 953192912
        },
        {
            "start": 953192918,
            "stop": 953193469
        },
        {
            "start": 953236734,
            "stop": 953237530
        },
        {
            "start": 953237536,
            "stop": 953238982
        }
    ]
}