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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=21",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 22,
    "results": [
        {
            "start": 818367579,
            "stop": 818370727
        },
        {
            "start": 818371863,
            "stop": 818407408
        },
        {
            "start": 818409295,
            "stop": 818419686
        },
        {
            "start": 818419755,
            "stop": 818426005
        },
        {
            "start": 818426011,
            "stop": 818426543
        },
        {
            "start": 818428397,
            "stop": 818439001
        },
        {
            "start": 818448634,
            "stop": 818449336
        },
        {
            "start": 818449563,
            "stop": 818449864
        },
        {
            "start": 818449901,
            "stop": 818454114
        },
        {
            "start": 818456437,
            "stop": 818456454
        },
        {
            "start": 818456528,
            "stop": 818457166
        },
        {
            "start": 818457864,
            "stop": 818460090
        },
        {
            "start": 818462869,
            "stop": 818471452
        },
        {
            "start": 818471614,
            "stop": 818479730
        },
        {
            "start": 818485616,
            "stop": 818507471
        },
        {
            "start": 818507476,
            "stop": 818511506
        },
        {
            "start": 818511512,
            "stop": 818515502
        },
        {
            "start": 818515508,
            "stop": 818522046
        },
        {
            "start": 818522294,
            "stop": 818524804
        },
        {
            "start": 818547092,
            "stop": 818548888
        }
    ]
}