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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5148",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5149,
    "results": [
        {
            "start": 874718485,
            "stop": 874718523
        },
        {
            "start": 874718530,
            "stop": 874718554
        },
        {
            "start": 874718566,
            "stop": 874718594
        },
        {
            "start": 874718602,
            "stop": 874718682
        },
        {
            "start": 874718690,
            "stop": 874718692
        },
        {
            "start": 874718700,
            "stop": 874718748
        },
        {
            "start": 874718755,
            "stop": 874718841
        },
        {
            "start": 874718848,
            "stop": 874718851
        },
        {
            "start": 874718858,
            "stop": 874718941
        },
        {
            "start": 874718948,
            "stop": 874719010
        },
        {
            "start": 874719022,
            "stop": 874719039
        },
        {
            "start": 874719047,
            "stop": 874719072
        },
        {
            "start": 874719079,
            "stop": 874719091
        },
        {
            "start": 874719098,
            "stop": 874719099
        },
        {
            "start": 874719106,
            "stop": 874719149
        },
        {
            "start": 874719161,
            "stop": 874719173
        },
        {
            "start": 874719180,
            "stop": 874719201
        },
        {
            "start": 874719208,
            "stop": 874719209
        },
        {
            "start": 874719222,
            "stop": 874719261
        },
        {
            "start": 874719271,
            "stop": 874719302
        }
    ]
}