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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1865",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1863",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1864,
    "results": [
        {
            "start": 1250780308,
            "stop": 1250780400
        },
        {
            "start": 1250780401,
            "stop": 1250780530
        },
        {
            "start": 1250780533,
            "stop": 1250780541
        },
        {
            "start": 1250780544,
            "stop": 1250780643
        },
        {
            "start": 1250780646,
            "stop": 1250781141
        },
        {
            "start": 1250781144,
            "stop": 1250781148
        },
        {
            "start": 1250781151,
            "stop": 1250781412
        },
        {
            "start": 1250781415,
            "stop": 1250781422
        },
        {
            "start": 1250781423,
            "stop": 1250781496
        },
        {
            "start": 1250781498,
            "stop": 1250781511
        },
        {
            "start": 1250781514,
            "stop": 1250781646
        },
        {
            "start": 1250781649,
            "stop": 1250781786
        },
        {
            "start": 1250781788,
            "stop": 1250781825
        },
        {
            "start": 1250781826,
            "stop": 1250781833
        },
        {
            "start": 1250781836,
            "stop": 1250781845
        },
        {
            "start": 1250781848,
            "stop": 1250781927
        },
        {
            "start": 1250781930,
            "stop": 1250781964
        },
        {
            "start": 1250781967,
            "stop": 1250781990
        },
        {
            "start": 1250781993,
            "stop": 1250782066
        },
        {
            "start": 1250782069,
            "stop": 1250782100
        }
    ]
}