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=5028
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=5029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5027",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5028,
    "results": [
        {
            "start": 874554176,
            "stop": 874554276
        },
        {
            "start": 874554347,
            "stop": 874554383
        },
        {
            "start": 874554415,
            "stop": 874554472
        },
        {
            "start": 874554508,
            "stop": 874554583
        },
        {
            "start": 874554614,
            "stop": 874554627
        },
        {
            "start": 874554655,
            "stop": 874554712
        },
        {
            "start": 874554731,
            "stop": 874554794
        },
        {
            "start": 874554813,
            "stop": 874554825
        },
        {
            "start": 874554845,
            "stop": 874554899
        },
        {
            "start": 874554918,
            "stop": 874554925
        },
        {
            "start": 874554958,
            "stop": 874555128
        },
        {
            "start": 874555148,
            "stop": 874555210
        },
        {
            "start": 874555229,
            "stop": 874555244
        },
        {
            "start": 874555264,
            "stop": 874555271
        },
        {
            "start": 874555295,
            "stop": 874555302
        },
        {
            "start": 874555321,
            "stop": 874555359
        },
        {
            "start": 874555440,
            "stop": 874555500
        },
        {
            "start": 874555620,
            "stop": 874555739
        },
        {
            "start": 874555758,
            "stop": 874555801
        },
        {
            "start": 874555820,
            "stop": 874555854
        }
    ]
}