Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=143",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 144,
    "results": [
        {
            "start": 1176724468,
            "stop": 1176724497
        },
        {
            "start": 1176724498,
            "stop": 1176724499
        },
        {
            "start": 1176724500,
            "stop": 1176724676
        },
        {
            "start": 1176724678,
            "stop": 1176724757
        },
        {
            "start": 1176724761,
            "stop": 1176724768
        },
        {
            "start": 1176724771,
            "stop": 1176725622
        },
        {
            "start": 1176725623,
            "stop": 1176725625
        },
        {
            "start": 1176725633,
            "stop": 1176725634
        },
        {
            "start": 1176725635,
            "stop": 1176725636
        },
        {
            "start": 1176725650,
            "stop": 1176725679
        },
        {
            "start": 1176725680,
            "stop": 1176725689
        },
        {
            "start": 1176725691,
            "stop": 1176725710
        },
        {
            "start": 1176725711,
            "stop": 1176725715
        },
        {
            "start": 1176725716,
            "stop": 1176725757
        },
        {
            "start": 1176725759,
            "stop": 1176725773
        },
        {
            "start": 1176725789,
            "stop": 1176725791
        },
        {
            "start": 1176725793,
            "stop": 1176726086
        },
        {
            "start": 1176726088,
            "stop": 1176726134
        },
        {
            "start": 1176726145,
            "stop": 1176726146
        },
        {
            "start": 1176726149,
            "stop": 1176726150
        }
    ]
}