Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=182
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=181",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 182,
    "results": [
        {
            "start": 1136200354,
            "stop": 1136204453
        },
        {
            "start": 1136204455,
            "stop": 1136208856
        },
        {
            "start": 1136208865,
            "stop": 1136213971
        },
        {
            "start": 1136213979,
            "stop": 1136214986
        },
        {
            "start": 1136214988,
            "stop": 1136215371
        },
        {
            "start": 1136215373,
            "stop": 1136217629
        },
        {
            "start": 1136260445,
            "stop": 1136276439
        },
        {
            "start": 1136276447,
            "stop": 1136279899
        },
        {
            "start": 1136279907,
            "stop": 1136283415
        },
        {
            "start": 1136283423,
            "stop": 1136304022
        },
        {
            "start": 1136346535,
            "stop": 1136347154
        },
        {
            "start": 1136347704,
            "stop": 1136349308
        },
        {
            "start": 1136349316,
            "stop": 1136351504
        },
        {
            "start": 1136351512,
            "stop": 1136352011
        },
        {
            "start": 1136352019,
            "stop": 1136358160
        },
        {
            "start": 1136358162,
            "stop": 1136368534
        },
        {
            "start": 1136368537,
            "stop": 1136368580
        },
        {
            "start": 1136368583,
            "stop": 1136368588
        },
        {
            "start": 1136368591,
            "stop": 1136368601
        },
        {
            "start": 1136369283,
            "stop": 1136369304
        }
    ]
}