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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=788",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 789,
    "results": [
        {
            "start": 866178976,
            "stop": 866179203
        },
        {
            "start": 866179206,
            "stop": 866179462
        },
        {
            "start": 866179465,
            "stop": 866179754
        },
        {
            "start": 866179757,
            "stop": 866180693
        },
        {
            "start": 866180696,
            "stop": 866181201
        },
        {
            "start": 866181204,
            "stop": 866182662
        },
        {
            "start": 866182665,
            "stop": 866183490
        },
        {
            "start": 866184829,
            "stop": 866185183
        },
        {
            "start": 866185186,
            "stop": 866185906
        },
        {
            "start": 866185909,
            "stop": 866186674
        },
        {
            "start": 866186678,
            "stop": 866186698
        },
        {
            "start": 866186701,
            "stop": 866186735
        },
        {
            "start": 866186738,
            "stop": 866186976
        },
        {
            "start": 866186979,
            "stop": 866187071
        },
        {
            "start": 866187074,
            "stop": 866187376
        },
        {
            "start": 866187379,
            "stop": 866187823
        },
        {
            "start": 866187826,
            "stop": 866188275
        },
        {
            "start": 866188278,
            "stop": 866188661
        },
        {
            "start": 866188664,
            "stop": 866188997
        },
        {
            "start": 866189000,
            "stop": 866189067
        }
    ]
}