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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=270",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 271,
    "results": [
        {
            "start": 965504788,
            "stop": 965508638
        },
        {
            "start": 965529827,
            "stop": 965533634
        },
        {
            "start": 965541133,
            "stop": 965545820
        },
        {
            "start": 965546074,
            "stop": 965553144
        },
        {
            "start": 965553527,
            "stop": 965583892
        },
        {
            "start": 965584699,
            "stop": 965594349
        },
        {
            "start": 965596365,
            "stop": 965601213
        },
        {
            "start": 965601982,
            "stop": 965641709
        },
        {
            "start": 965645826,
            "stop": 965649742
        },
        {
            "start": 965658742,
            "stop": 965666564
        },
        {
            "start": 965673037,
            "stop": 965673195
        },
        {
            "start": 965675528,
            "stop": 965679423
        },
        {
            "start": 965679426,
            "stop": 965679758
        },
        {
            "start": 965679761,
            "stop": 965681003
        },
        {
            "start": 965691494,
            "stop": 965691569
        },
        {
            "start": 965691571,
            "stop": 965691582
        },
        {
            "start": 965691586,
            "stop": 965694667
        },
        {
            "start": 965699646,
            "stop": 965713273
        },
        {
            "start": 965713277,
            "stop": 965713479
        },
        {
            "start": 965713482,
            "stop": 965714168
        }
    ]
}