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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=12",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 13,
    "results": [
        {
            "start": 932628292,
            "stop": 932635388
        },
        {
            "start": 932637850,
            "stop": 932641643
        },
        {
            "start": 932648123,
            "stop": 932658383
        },
        {
            "start": 932662932,
            "stop": 932664737
        },
        {
            "start": 932666899,
            "stop": 932673254
        },
        {
            "start": 932675678,
            "stop": 932679929
        },
        {
            "start": 932682523,
            "stop": 932709259
        },
        {
            "start": 932711212,
            "stop": 932713597
        },
        {
            "start": 932717212,
            "stop": 932723943
        },
        {
            "start": 932724757,
            "stop": 932726286
        },
        {
            "start": 932729381,
            "stop": 932730190
        },
        {
            "start": 932736772,
            "stop": 932738289
        },
        {
            "start": 932758842,
            "stop": 932758949
        },
        {
            "start": 932760935,
            "stop": 932761352
        },
        {
            "start": 932763575,
            "stop": 932765863
        },
        {
            "start": 932771327,
            "stop": 932771627
        },
        {
            "start": 932791915,
            "stop": 932799100
        },
        {
            "start": 932803648,
            "stop": 932807853
        },
        {
            "start": 932810102,
            "stop": 932828323
        },
        {
            "start": 932935560,
            "stop": 932936370
        }
    ]
}