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_CAT4/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_CAT4/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=3",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 4,
    "results": [
        {
            "start": 815495068,
            "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": 815495400
        },
        {
            "start": 815495460,
            "stop": 815495501
        },
        {
            "start": 815495504,
            "stop": 815495512
        },
        {
            "start": 815495516,
            "stop": 815495521
        },
        {
            "start": 815495524,
            "stop": 815495543
        },
        {
            "start": 815495548,
            "stop": 815495627
        },
        {
            "start": 815495631,
            "stop": 815495689
        },
        {
            "start": 815495693,
            "stop": 815495734
        },
        {
            "start": 815495738,
            "stop": 815495786
        },
        {
            "start": 815495790,
            "stop": 815495895
        },
        {
            "start": 815495898,
            "stop": 815495903
        },
        {
            "start": 815495906,
            "stop": 815495915
        },
        {
            "start": 815495918,
            "stop": 815495934
        },
        {
            "start": 815495937,
            "stop": 815495950
        }
    ]
}