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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=494",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=492",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 493,
    "results": [
        {
            "start": 866698668,
            "stop": 866711116
        },
        {
            "start": 866711558,
            "stop": 866726650
        },
        {
            "start": 866726924,
            "stop": 866733400
        },
        {
            "start": 866733402,
            "stop": 866736126
        },
        {
            "start": 866737368,
            "stop": 866737792
        },
        {
            "start": 866738092,
            "stop": 866738335
        },
        {
            "start": 866739202,
            "stop": 866739840
        },
        {
            "start": 866739900,
            "stop": 866739907
        },
        {
            "start": 866739913,
            "stop": 866748097
        },
        {
            "start": 866748105,
            "stop": 866762333
        },
        {
            "start": 866762767,
            "stop": 866762771
        },
        {
            "start": 866763399,
            "stop": 866770821
        },
        {
            "start": 866771121,
            "stop": 866771280
        },
        {
            "start": 866771340,
            "stop": 866772780
        },
        {
            "start": 866772840,
            "stop": 866773776
        },
        {
            "start": 866784871,
            "stop": 866790797
        },
        {
            "start": 866790803,
            "stop": 866801462
        },
        {
            "start": 866801468,
            "stop": 866815402
        },
        {
            "start": 866815408,
            "stop": 866822592
        },
        {
            "start": 866822595,
            "stop": 866823074
        }
    ]
}