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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=378",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 379,
    "results": [
        {
            "start": 1182817928,
            "stop": 1182818004
        },
        {
            "start": 1182818005,
            "stop": 1182818222
        },
        {
            "start": 1182818223,
            "stop": 1182818228
        },
        {
            "start": 1182818229,
            "stop": 1182818342
        },
        {
            "start": 1182818343,
            "stop": 1182818347
        },
        {
            "start": 1182818348,
            "stop": 1182818743
        },
        {
            "start": 1182818865,
            "stop": 1182818967
        },
        {
            "start": 1182818968,
            "stop": 1182819199
        },
        {
            "start": 1182819200,
            "stop": 1182819267
        },
        {
            "start": 1182819268,
            "stop": 1182819359
        },
        {
            "start": 1182819360,
            "stop": 1182819627
        },
        {
            "start": 1182819628,
            "stop": 1182819987
        },
        {
            "start": 1182819988,
            "stop": 1182820001
        },
        {
            "start": 1182820002,
            "stop": 1182820451
        },
        {
            "start": 1182820452,
            "stop": 1182820489
        },
        {
            "start": 1182820490,
            "stop": 1182820587
        },
        {
            "start": 1182820588,
            "stop": 1182820596
        },
        {
            "start": 1182820597,
            "stop": 1182820698
        },
        {
            "start": 1182820699,
            "stop": 1182820747
        },
        {
            "start": 1182820748,
            "stop": 1182820769
        }
    ]
}