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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=9",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 10,
    "results": [
        {
            "start": 932619581,
            "stop": 932623834
        },
        {
            "start": 932627169,
            "stop": 932627245
        },
        {
            "start": 932628292,
            "stop": 932635493
        },
        {
            "start": 932637850,
            "stop": 932641748
        },
        {
            "start": 932648123,
            "stop": 932658488
        },
        {
            "start": 932662932,
            "stop": 932664842
        },
        {
            "start": 932666899,
            "stop": 932673359
        },
        {
            "start": 932675678,
            "stop": 932680034
        },
        {
            "start": 932682523,
            "stop": 932709364
        },
        {
            "start": 932711212,
            "stop": 932713702
        },
        {
            "start": 932717212,
            "stop": 932723943
        },
        {
            "start": 932724757,
            "stop": 932726391
        },
        {
            "start": 932729381,
            "stop": 932730295
        },
        {
            "start": 932736772,
            "stop": 932738394
        },
        {
            "start": 932758842,
            "stop": 932759054
        },
        {
            "start": 932760935,
            "stop": 932761457
        },
        {
            "start": 932763575,
            "stop": 932765863
        },
        {
            "start": 932771327,
            "stop": 932771732
        },
        {
            "start": 932791915,
            "stop": 932799100
        },
        {
            "start": 932803648,
            "stop": 932807958
        }
    ]
}