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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=13",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 14,
    "results": [
        {
            "start": 816670546,
            "stop": 816670555
        },
        {
            "start": 816670558,
            "stop": 816670572
        },
        {
            "start": 816670576,
            "stop": 816671510
        },
        {
            "start": 816671513,
            "stop": 816671688
        },
        {
            "start": 816671691,
            "stop": 816671702
        },
        {
            "start": 816671705,
            "stop": 816671706
        },
        {
            "start": 816671709,
            "stop": 816671929
        },
        {
            "start": 816671932,
            "stop": 816672220
        },
        {
            "start": 816672223,
            "stop": 816672226
        },
        {
            "start": 816672229,
            "stop": 816672241
        },
        {
            "start": 816672244,
            "stop": 816672428
        },
        {
            "start": 816672431,
            "stop": 816672896
        },
        {
            "start": 816672899,
            "stop": 816672901
        },
        {
            "start": 816672904,
            "stop": 816672914
        },
        {
            "start": 816672917,
            "stop": 816672936
        },
        {
            "start": 816672940,
            "stop": 816672996
        },
        {
            "start": 816672999,
            "stop": 816673100
        },
        {
            "start": 816673103,
            "stop": 816673345
        },
        {
            "start": 816673350,
            "stop": 816673351
        },
        {
            "start": 816673354,
            "stop": 816673414
        }
    ]
}