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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8136",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8137,
    "results": [
        {
            "start": 970914402,
            "stop": 970915270
        },
        {
            "start": 970915273,
            "stop": 970915351
        },
        {
            "start": 970915354,
            "stop": 970915455
        },
        {
            "start": 970915458,
            "stop": 970915484
        },
        {
            "start": 970915487,
            "stop": 970915529
        },
        {
            "start": 970915532,
            "stop": 970916045
        },
        {
            "start": 970916062,
            "stop": 970916121
        },
        {
            "start": 970916124,
            "stop": 970916125
        },
        {
            "start": 970916128,
            "stop": 970916190
        },
        {
            "start": 970916193,
            "stop": 970916826
        },
        {
            "start": 970916832,
            "stop": 970916835
        },
        {
            "start": 970916841,
            "stop": 970916869
        },
        {
            "start": 970916872,
            "stop": 970916907
        },
        {
            "start": 970916910,
            "stop": 970916933
        },
        {
            "start": 970916936,
            "stop": 970917196
        },
        {
            "start": 970917376,
            "stop": 970917436
        },
        {
            "start": 970917496,
            "stop": 970917536
        },
        {
            "start": 970917539,
            "stop": 970917856
        },
        {
            "start": 970917916,
            "stop": 970917976
        },
        {
            "start": 970918096,
            "stop": 970918135
        }
    ]
}