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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 4,
    "results": [
        {
            "start": 815494889,
            "stop": 815494894
        },
        {
            "start": 815494898,
            "stop": 815494922
        },
        {
            "start": 815494925,
            "stop": 815494942
        },
        {
            "start": 815494945,
            "stop": 815494957
        },
        {
            "start": 815494960,
            "stop": 815494996
        },
        {
            "start": 815494999,
            "stop": 815495051
        },
        {
            "start": 815495056,
            "stop": 815495147
        },
        {
            "start": 815495150,
            "stop": 815495206
        },
        {
            "start": 815495210,
            "stop": 815495336
        },
        {
            "start": 815495339,
            "stop": 815495352
        },
        {
            "start": 815495356,
            "stop": 815495369
        },
        {
            "start": 815495372,
            "stop": 815495381
        },
        {
            "start": 815495385,
            "stop": 815495416
        },
        {
            "start": 815495420,
            "stop": 815495431
        },
        {
            "start": 815495434,
            "stop": 815495449
        },
        {
            "start": 815495453,
            "stop": 815495501
        },
        {
            "start": 815495504,
            "stop": 815495512
        },
        {
            "start": 815495516,
            "stop": 815495521
        },
        {
            "start": 815495524,
            "stop": 815495543
        },
        {
            "start": 815495548,
            "stop": 815495627
        }
    ]
}