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=3797
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=3798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3796",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3797,
    "results": [
        {
            "start": 874520940,
            "stop": 874521000
        },
        {
            "start": 874521120,
            "stop": 874521390
        },
        {
            "start": 874521407,
            "stop": 874521660
        },
        {
            "start": 874521720,
            "stop": 874521960
        },
        {
            "start": 874522020,
            "stop": 874522200
        },
        {
            "start": 874522260,
            "stop": 874522440
        },
        {
            "start": 874522560,
            "stop": 874522680
        },
        {
            "start": 874522740,
            "stop": 874522860
        },
        {
            "start": 874522920,
            "stop": 874523038
        },
        {
            "start": 874523055,
            "stop": 874523580
        },
        {
            "start": 874523700,
            "stop": 874524120
        },
        {
            "start": 874524240,
            "stop": 874524300
        },
        {
            "start": 874524480,
            "stop": 874524540
        },
        {
            "start": 874524919,
            "stop": 874524956
        },
        {
            "start": 874525260,
            "stop": 874525283
        },
        {
            "start": 874525289,
            "stop": 874525299
        },
        {
            "start": 874525302,
            "stop": 874525320
        },
        {
            "start": 874525440,
            "stop": 874525457
        },
        {
            "start": 874525478,
            "stop": 874525500
        },
        {
            "start": 874525860,
            "stop": 874525980
        }
    ]
}