Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=300
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=299",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 300,
    "results": [
        {
            "start": 872027996,
            "stop": 872030654
        },
        {
            "start": 872031588,
            "stop": 872065899
        },
        {
            "start": 872066781,
            "stop": 872084174
        },
        {
            "start": 872084428,
            "stop": 872086650
        },
        {
            "start": 872087804,
            "stop": 872098582
        },
        {
            "start": 872098595,
            "stop": 872150523
        },
        {
            "start": 872152752,
            "stop": 872169270
        },
        {
            "start": 872170110,
            "stop": 872177289
        },
        {
            "start": 872177509,
            "stop": 872193964
        },
        {
            "start": 872196186,
            "stop": 872202121
        },
        {
            "start": 872207591,
            "stop": 872207630
        },
        {
            "start": 872207899,
            "stop": 872207923
        },
        {
            "start": 872208090,
            "stop": 872230673
        },
        {
            "start": 872233175,
            "stop": 872236658
        },
        {
            "start": 872237236,
            "stop": 872253041
        },
        {
            "start": 872255308,
            "stop": 872260076
        },
        {
            "start": 872260628,
            "stop": 872261761
        },
        {
            "start": 872264974,
            "stop": 872280983
        },
        {
            "start": 872282956,
            "stop": 872282959
        },
        {
            "start": 872283832,
            "stop": 872284622
        }
    ]
}