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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5152",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5153,
    "results": [
        {
            "start": 874789402,
            "stop": 874789431
        },
        {
            "start": 874789451,
            "stop": 874789467
        },
        {
            "start": 874789486,
            "stop": 874789487
        },
        {
            "start": 874789515,
            "stop": 874789550
        },
        {
            "start": 874789571,
            "stop": 874789638
        },
        {
            "start": 874789669,
            "stop": 874789721
        },
        {
            "start": 874789762,
            "stop": 874789832
        },
        {
            "start": 874789865,
            "stop": 874789950
        },
        {
            "start": 874789970,
            "stop": 874789982
        },
        {
            "start": 874790006,
            "stop": 874790034
        },
        {
            "start": 874790053,
            "stop": 874790059
        },
        {
            "start": 874790103,
            "stop": 874790126
        },
        {
            "start": 874790160,
            "stop": 874790309
        },
        {
            "start": 874790333,
            "stop": 874790341
        },
        {
            "start": 874790360,
            "stop": 874790370
        },
        {
            "start": 874790390,
            "stop": 874790467
        },
        {
            "start": 874790486,
            "stop": 874790496
        },
        {
            "start": 874790515,
            "stop": 874790556
        },
        {
            "start": 874790595,
            "stop": 874790684
        },
        {
            "start": 874790703,
            "stop": 874790715
        }
    ]
}