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=494
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=495",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=493",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 494,
    "results": [
        {
            "start": 822639828,
            "stop": 822641689
        },
        {
            "start": 822641696,
            "stop": 822641751
        },
        {
            "start": 822641752,
            "stop": 822644512
        },
        {
            "start": 822644614,
            "stop": 822646666
        },
        {
            "start": 822646761,
            "stop": 822651051
        },
        {
            "start": 822652251,
            "stop": 822654142
        },
        {
            "start": 822654660,
            "stop": 822664735
        },
        {
            "start": 822665724,
            "stop": 822666410
        },
        {
            "start": 822666417,
            "stop": 822666873
        },
        {
            "start": 822667702,
            "stop": 822667801
        },
        {
            "start": 822667811,
            "stop": 822667852
        },
        {
            "start": 822667868,
            "stop": 822667873
        },
        {
            "start": 822667884,
            "stop": 822667949
        },
        {
            "start": 822667957,
            "stop": 822668022
        },
        {
            "start": 822668029,
            "stop": 822668147
        },
        {
            "start": 822668155,
            "stop": 822668185
        },
        {
            "start": 822668192,
            "stop": 822668251
        },
        {
            "start": 822668259,
            "stop": 822668294
        },
        {
            "start": 822668304,
            "stop": 822668335
        },
        {
            "start": 822668342,
            "stop": 822668349
        }
    ]
}