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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=148",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 149,
    "results": [
        {
            "start": 837563071,
            "stop": 837564629
        },
        {
            "start": 837565190,
            "stop": 837565278
        },
        {
            "start": 837565772,
            "stop": 837568874
        },
        {
            "start": 837570052,
            "stop": 837572957
        },
        {
            "start": 837573556,
            "stop": 837579781
        },
        {
            "start": 837580788,
            "stop": 837600009
        },
        {
            "start": 837600508,
            "stop": 837601193
        },
        {
            "start": 837601736,
            "stop": 837628078
        },
        {
            "start": 837629217,
            "stop": 837636126
        },
        {
            "start": 837636640,
            "stop": 837636794
        },
        {
            "start": 837638135,
            "stop": 837641503
        },
        {
            "start": 837642000,
            "stop": 837643795
        },
        {
            "start": 837644356,
            "stop": 837651780
        },
        {
            "start": 837652262,
            "stop": 837667690
        },
        {
            "start": 837668256,
            "stop": 837723362
        },
        {
            "start": 837727128,
            "stop": 837766229
        },
        {
            "start": 837766841,
            "stop": 837778025
        },
        {
            "start": 837778586,
            "stop": 837786963
        },
        {
            "start": 837787588,
            "stop": 837788809
        },
        {
            "start": 837789224,
            "stop": 837801630
        }
    ]
}