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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=83",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 84,
    "results": [
        {
            "start": 819171182,
            "stop": 819171356
        },
        {
            "start": 819171373,
            "stop": 819171715
        },
        {
            "start": 819171732,
            "stop": 819171904
        },
        {
            "start": 819171907,
            "stop": 819172111
        },
        {
            "start": 819172128,
            "stop": 819172214
        },
        {
            "start": 819172237,
            "stop": 819172261
        },
        {
            "start": 819172278,
            "stop": 819172378
        },
        {
            "start": 819172381,
            "stop": 819172642
        },
        {
            "start": 819172659,
            "stop": 819172661
        },
        {
            "start": 819172665,
            "stop": 819172793
        },
        {
            "start": 819172797,
            "stop": 819172800
        },
        {
            "start": 819172803,
            "stop": 819172883
        },
        {
            "start": 819172900,
            "stop": 819173180
        },
        {
            "start": 819173184,
            "stop": 819173324
        },
        {
            "start": 819173328,
            "stop": 819173384
        },
        {
            "start": 819173387,
            "stop": 819173657
        },
        {
            "start": 819173661,
            "stop": 819173720
        },
        {
            "start": 819173737,
            "stop": 819174023
        },
        {
            "start": 819174026,
            "stop": 819174110
        },
        {
            "start": 819174113,
            "stop": 819174116
        }
    ]
}