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=1722
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=1723",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1721",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1722,
    "results": [
        {
            "start": 1249178858,
            "stop": 1249178860
        },
        {
            "start": 1249178872,
            "stop": 1249178881
        },
        {
            "start": 1249178884,
            "stop": 1249178886
        },
        {
            "start": 1249178896,
            "stop": 1249178916
        },
        {
            "start": 1249178917,
            "stop": 1249178919
        },
        {
            "start": 1249178920,
            "stop": 1249179647
        },
        {
            "start": 1249179649,
            "stop": 1249181807
        },
        {
            "start": 1249181810,
            "stop": 1249182579
        },
        {
            "start": 1249182587,
            "stop": 1249182638
        },
        {
            "start": 1249182639,
            "stop": 1249184051
        },
        {
            "start": 1249184054,
            "stop": 1249184060
        },
        {
            "start": 1249184063,
            "stop": 1249184064
        },
        {
            "start": 1249184065,
            "stop": 1249184072
        },
        {
            "start": 1249184078,
            "stop": 1249184079
        },
        {
            "start": 1249184088,
            "stop": 1249184089
        },
        {
            "start": 1249184092,
            "stop": 1249184101
        },
        {
            "start": 1249184103,
            "stop": 1249184110
        },
        {
            "start": 1249184111,
            "stop": 1249184112
        },
        {
            "start": 1249184113,
            "stop": 1249184123
        },
        {
            "start": 1249184125,
            "stop": 1249184126
        }
    ]
}