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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=81",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 82,
    "results": [
        {
            "start": 834796832,
            "stop": 834797528
        },
        {
            "start": 834798068,
            "stop": 834798101
        },
        {
            "start": 834798296,
            "stop": 834800996
        },
        {
            "start": 834801230,
            "stop": 834801889
        },
        {
            "start": 834810552,
            "stop": 834811191
        },
        {
            "start": 834811276,
            "stop": 834833077
        },
        {
            "start": 834836382,
            "stop": 834841041
        },
        {
            "start": 834842567,
            "stop": 834844492
        },
        {
            "start": 834845499,
            "stop": 834846572
        },
        {
            "start": 834848376,
            "stop": 834850830
        },
        {
            "start": 834870058,
            "stop": 834873850
        },
        {
            "start": 834875129,
            "stop": 834878096
        },
        {
            "start": 834878969,
            "stop": 834896185
        },
        {
            "start": 834897114,
            "stop": 834906107
        },
        {
            "start": 834906993,
            "stop": 834930415
        },
        {
            "start": 834931844,
            "stop": 834932830
        },
        {
            "start": 834933728,
            "stop": 834948577
        },
        {
            "start": 834948898,
            "stop": 834950183
        },
        {
            "start": 834950321,
            "stop": 834950373
        },
        {
            "start": 834954624,
            "stop": 834954844
        }
    ]
}