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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=20",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 21,
    "results": [
        {
            "start": 818449339,
            "stop": 818449340
        },
        {
            "start": 818449563,
            "stop": 818449864
        },
        {
            "start": 818449901,
            "stop": 818454073
        },
        {
            "start": 818456437,
            "stop": 818456454
        },
        {
            "start": 818456528,
            "stop": 818457133
        },
        {
            "start": 818457864,
            "stop": 818460061
        },
        {
            "start": 818462869,
            "stop": 818471452
        },
        {
            "start": 818471614,
            "stop": 818479693
        },
        {
            "start": 818485616,
            "stop": 818522050
        },
        {
            "start": 818522294,
            "stop": 818524753
        },
        {
            "start": 818547092,
            "stop": 818548859
        },
        {
            "start": 818550091,
            "stop": 818551008
        },
        {
            "start": 818552070,
            "stop": 818575693
        },
        {
            "start": 818577371,
            "stop": 818604186
        },
        {
            "start": 818606090,
            "stop": 818616793
        },
        {
            "start": 818616823,
            "stop": 818616825
        },
        {
            "start": 818617456,
            "stop": 818619133
        },
        {
            "start": 818621618,
            "stop": 818635016
        },
        {
            "start": 818636410,
            "stop": 818636533
        },
        {
            "start": 818637603,
            "stop": 818645208
        }
    ]
}