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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=121",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 122,
    "results": [
        {
            "start": 1176338660,
            "stop": 1176338669
        },
        {
            "start": 1176338671,
            "stop": 1176338672
        },
        {
            "start": 1176338673,
            "stop": 1176338714
        },
        {
            "start": 1176338715,
            "stop": 1176338717
        },
        {
            "start": 1176338718,
            "stop": 1176338729
        },
        {
            "start": 1176338731,
            "stop": 1176338775
        },
        {
            "start": 1176338778,
            "stop": 1176338846
        },
        {
            "start": 1176338847,
            "stop": 1176338880
        },
        {
            "start": 1176338882,
            "stop": 1176339087
        },
        {
            "start": 1176339090,
            "stop": 1176339134
        },
        {
            "start": 1176339136,
            "stop": 1176339137
        },
        {
            "start": 1176339141,
            "stop": 1176339142
        },
        {
            "start": 1176339144,
            "stop": 1176339152
        },
        {
            "start": 1176339155,
            "stop": 1176339156
        },
        {
            "start": 1176339158,
            "stop": 1176339189
        },
        {
            "start": 1176339193,
            "stop": 1176339332
        },
        {
            "start": 1176339335,
            "stop": 1176339419
        },
        {
            "start": 1176339423,
            "stop": 1176339424
        },
        {
            "start": 1176339427,
            "stop": 1176339509
        },
        {
            "start": 1176339510,
            "stop": 1176339524
        }
    ]
}