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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=429",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=427",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 428,
    "results": [
        {
            "start": 932826232,
            "stop": 932826303
        },
        {
            "start": 932826305,
            "stop": 932826317
        },
        {
            "start": 932826320,
            "stop": 932826529
        },
        {
            "start": 932826530,
            "stop": 932826609
        },
        {
            "start": 932826610,
            "stop": 932826648
        },
        {
            "start": 932826652,
            "stop": 932826666
        },
        {
            "start": 932826667,
            "stop": 932826843
        },
        {
            "start": 932826844,
            "stop": 932826862
        },
        {
            "start": 932826863,
            "stop": 932827000
        },
        {
            "start": 932827001,
            "stop": 932827229
        },
        {
            "start": 932827230,
            "stop": 932827261
        },
        {
            "start": 932827262,
            "stop": 932827401
        },
        {
            "start": 932827402,
            "stop": 932827417
        },
        {
            "start": 932827418,
            "stop": 932827505
        },
        {
            "start": 932827506,
            "stop": 932827557
        },
        {
            "start": 932827558,
            "stop": 932827771
        },
        {
            "start": 932827772,
            "stop": 932827836
        },
        {
            "start": 932827837,
            "stop": 932827998
        },
        {
            "start": 932828000,
            "stop": 932828136
        },
        {
            "start": 932828137,
            "stop": 932828328
        }
    ]
}