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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=116",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 117,
    "results": [
        {
            "start": 1176182662,
            "stop": 1176182666
        },
        {
            "start": 1176182671,
            "stop": 1176183099
        },
        {
            "start": 1176183101,
            "stop": 1176183108
        },
        {
            "start": 1176183109,
            "stop": 1176183179
        },
        {
            "start": 1176183183,
            "stop": 1176183198
        },
        {
            "start": 1176183199,
            "stop": 1176183295
        },
        {
            "start": 1176183296,
            "stop": 1176183297
        },
        {
            "start": 1176183299,
            "stop": 1176183307
        },
        {
            "start": 1176183308,
            "stop": 1176183700
        },
        {
            "start": 1176183704,
            "stop": 1176183745
        },
        {
            "start": 1176183751,
            "stop": 1176183768
        },
        {
            "start": 1176183774,
            "stop": 1176183775
        },
        {
            "start": 1176183776,
            "stop": 1176183788
        },
        {
            "start": 1176183789,
            "stop": 1176183791
        },
        {
            "start": 1176183792,
            "stop": 1176183794
        },
        {
            "start": 1176183800,
            "stop": 1176183807
        },
        {
            "start": 1176183809,
            "stop": 1176183810
        },
        {
            "start": 1176183811,
            "stop": 1176183812
        },
        {
            "start": 1176183813,
            "stop": 1176183818
        },
        {
            "start": 1176183819,
            "stop": 1176183822
        }
    ]
}