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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=171",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 172,
    "results": [
        {
            "start": 1176902707,
            "stop": 1176902843
        },
        {
            "start": 1176902844,
            "stop": 1176902954
        },
        {
            "start": 1176902955,
            "stop": 1176903011
        },
        {
            "start": 1176903013,
            "stop": 1176903023
        },
        {
            "start": 1176903027,
            "stop": 1176903031
        },
        {
            "start": 1176903032,
            "stop": 1176903034
        },
        {
            "start": 1176903036,
            "stop": 1176903344
        },
        {
            "start": 1176903346,
            "stop": 1176903400
        },
        {
            "start": 1176903407,
            "stop": 1176903420
        },
        {
            "start": 1176903421,
            "stop": 1176903508
        },
        {
            "start": 1176903509,
            "stop": 1176903510
        },
        {
            "start": 1176903512,
            "stop": 1176903529
        },
        {
            "start": 1176903532,
            "stop": 1176903533
        },
        {
            "start": 1176903535,
            "stop": 1176903575
        },
        {
            "start": 1176903577,
            "stop": 1176903676
        },
        {
            "start": 1176903677,
            "stop": 1176903690
        },
        {
            "start": 1176903691,
            "stop": 1176903708
        },
        {
            "start": 1176903709,
            "stop": 1176903733
        },
        {
            "start": 1176903735,
            "stop": 1176903999
        },
        {
            "start": 1176904000,
            "stop": 1176904123
        }
    ]
}