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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=173",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 174,
    "results": [
        {
            "start": 1176904761,
            "stop": 1176904795
        },
        {
            "start": 1176904797,
            "stop": 1176904814
        },
        {
            "start": 1176904817,
            "stop": 1176904845
        },
        {
            "start": 1176904848,
            "stop": 1176904850
        },
        {
            "start": 1176904851,
            "stop": 1176904852
        },
        {
            "start": 1176904853,
            "stop": 1176904860
        },
        {
            "start": 1176904861,
            "stop": 1176904892
        },
        {
            "start": 1176904894,
            "stop": 1176904898
        },
        {
            "start": 1176904899,
            "stop": 1176904901
        },
        {
            "start": 1176904903,
            "stop": 1176904910
        },
        {
            "start": 1176904915,
            "stop": 1176905025
        },
        {
            "start": 1176905030,
            "stop": 1176905031
        },
        {
            "start": 1176905032,
            "stop": 1176905042
        },
        {
            "start": 1176905043,
            "stop": 1176905046
        },
        {
            "start": 1176905047,
            "stop": 1176905049
        },
        {
            "start": 1176905050,
            "stop": 1176905072
        },
        {
            "start": 1176905079,
            "stop": 1176905117
        },
        {
            "start": 1176905124,
            "stop": 1176905161
        },
        {
            "start": 1176905164,
            "stop": 1176905165
        },
        {
            "start": 1176905167,
            "stop": 1176905185
        }
    ]
}