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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=53",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 54,
    "results": [
        {
            "start": 1129196744,
            "stop": 1129199453
        },
        {
            "start": 1129199454,
            "stop": 1129199765
        },
        {
            "start": 1129199766,
            "stop": 1129216702
        },
        {
            "start": 1129216703,
            "stop": 1129221675
        },
        {
            "start": 1129221677,
            "stop": 1129222394
        },
        {
            "start": 1129230007,
            "stop": 1129233144
        },
        {
            "start": 1129233145,
            "stop": 1129233703
        },
        {
            "start": 1129233704,
            "stop": 1129240722
        },
        {
            "start": 1129240724,
            "stop": 1129257319
        },
        {
            "start": 1129257321,
            "stop": 1129259988
        },
        {
            "start": 1129259989,
            "stop": 1129260383
        },
        {
            "start": 1129265646,
            "stop": 1129266021
        },
        {
            "start": 1129266022,
            "stop": 1129266023
        },
        {
            "start": 1129266024,
            "stop": 1129266043
        },
        {
            "start": 1129266044,
            "stop": 1129266065
        },
        {
            "start": 1129266066,
            "stop": 1129266079
        },
        {
            "start": 1129266080,
            "stop": 1129266971
        },
        {
            "start": 1129266972,
            "stop": 1129267582
        },
        {
            "start": 1129267583,
            "stop": 1129267596
        },
        {
            "start": 1129267597,
            "stop": 1129269494
        }
    ]
}