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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=81",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 82,
    "results": [
        {
            "start": 816890719,
            "stop": 816891387
        },
        {
            "start": 816891395,
            "stop": 816891747
        },
        {
            "start": 816891754,
            "stop": 816894474
        },
        {
            "start": 816894482,
            "stop": 816896585
        },
        {
            "start": 816896592,
            "stop": 816897456
        },
        {
            "start": 816897464,
            "stop": 816897521
        },
        {
            "start": 816897528,
            "stop": 816897913
        },
        {
            "start": 816898939,
            "stop": 816901314
        },
        {
            "start": 816901321,
            "stop": 816903050
        },
        {
            "start": 816903057,
            "stop": 816906021
        },
        {
            "start": 816906028,
            "stop": 816906896
        },
        {
            "start": 816906903,
            "stop": 816907190
        },
        {
            "start": 816907197,
            "stop": 816908010
        },
        {
            "start": 816908017,
            "stop": 816908104
        },
        {
            "start": 816908112,
            "stop": 816908722
        },
        {
            "start": 816908730,
            "stop": 816908929
        },
        {
            "start": 816909085,
            "stop": 816909446
        },
        {
            "start": 816909453,
            "stop": 816909838
        },
        {
            "start": 816909853,
            "stop": 816911459
        },
        {
            "start": 816911466,
            "stop": 816913263
        }
    ]
}