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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=66",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 67,
    "results": [
        {
            "start": 931401254,
            "stop": 931401267
        },
        {
            "start": 931401273,
            "stop": 931401282
        },
        {
            "start": 931401288,
            "stop": 931401293
        },
        {
            "start": 931401309,
            "stop": 931401329
        },
        {
            "start": 931401334,
            "stop": 931401363
        },
        {
            "start": 931401369,
            "stop": 931401370
        },
        {
            "start": 931401375,
            "stop": 931401393
        },
        {
            "start": 931401406,
            "stop": 931401415
        },
        {
            "start": 931401421,
            "stop": 931401436
        },
        {
            "start": 931401442,
            "stop": 931401459
        },
        {
            "start": 931401465,
            "stop": 931401526
        },
        {
            "start": 931401532,
            "stop": 931401558
        },
        {
            "start": 931401564,
            "stop": 931401580
        },
        {
            "start": 931401586,
            "stop": 931401593
        },
        {
            "start": 931401599,
            "stop": 931401652
        },
        {
            "start": 931401659,
            "stop": 931401681
        },
        {
            "start": 931401687,
            "stop": 931401705
        },
        {
            "start": 931401711,
            "stop": 931401714
        },
        {
            "start": 931401720,
            "stop": 931401759
        },
        {
            "start": 931401764,
            "stop": 931401774
        }
    ]
}