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/H2_CBCLOW_CAT2/segments?format=api&page=567
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=568",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=566",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 567,
    "results": [
        {
            "start": 835819598,
            "stop": 835823795
        },
        {
            "start": 835823800,
            "stop": 835848125
        },
        {
            "start": 835848132,
            "stop": 835848133
        },
        {
            "start": 835849154,
            "stop": 835895154
        },
        {
            "start": 835897842,
            "stop": 835900493
        },
        {
            "start": 835901426,
            "stop": 835920200
        },
        {
            "start": 835920206,
            "stop": 835954346
        },
        {
            "start": 835955956,
            "stop": 835965744
        },
        {
            "start": 835965751,
            "stop": 835968995
        },
        {
            "start": 835969000,
            "stop": 835999726
        },
        {
            "start": 835999735,
            "stop": 835999739
        },
        {
            "start": 835999750,
            "stop": 836033503
        },
        {
            "start": 836033508,
            "stop": 836035655
        },
        {
            "start": 836035661,
            "stop": 836039194
        },
        {
            "start": 836039199,
            "stop": 836039424
        },
        {
            "start": 836039430,
            "stop": 836039523
        },
        {
            "start": 836039530,
            "stop": 836039540
        },
        {
            "start": 836042727,
            "stop": 836067445
        },
        {
            "start": 836074823,
            "stop": 836080692
        },
        {
            "start": 836081764,
            "stop": 836081950
        }
    ]
}