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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=210",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 211,
    "results": [
        {
            "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
        },
        {
            "start": 1176904128,
            "stop": 1176904172
        },
        {
            "start": 1176904173,
            "stop": 1176904183
        }
    ]
}