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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=59",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 60,
    "results": [
        {
            "start": 818370157,
            "stop": 818370608
        },
        {
            "start": 818371863,
            "stop": 818372762
        },
        {
            "start": 818372765,
            "stop": 818387420
        },
        {
            "start": 818387424,
            "stop": 818407289
        },
        {
            "start": 818409295,
            "stop": 818415163
        },
        {
            "start": 818415344,
            "stop": 818419686
        },
        {
            "start": 818419755,
            "stop": 818422765
        },
        {
            "start": 818422769,
            "stop": 818426005
        },
        {
            "start": 818426007,
            "stop": 818426424
        },
        {
            "start": 818428397,
            "stop": 818430709
        },
        {
            "start": 818430713,
            "stop": 818438884
        },
        {
            "start": 818448634,
            "stop": 818449333
        },
        {
            "start": 818449563,
            "stop": 818449864
        },
        {
            "start": 818449901,
            "stop": 818453997
        },
        {
            "start": 818456437,
            "stop": 818456454
        },
        {
            "start": 818456528,
            "stop": 818456880
        },
        {
            "start": 818457864,
            "stop": 818459971
        },
        {
            "start": 818462869,
            "stop": 818471452
        },
        {
            "start": 818471614,
            "stop": 818472798
        },
        {
            "start": 818472802,
            "stop": 818479436
        }
    ]
}