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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5644",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5642",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5643,
    "results": [
        {
            "start": 874516281,
            "stop": 874516337
        },
        {
            "start": 874516340,
            "stop": 874516359
        },
        {
            "start": 874516362,
            "stop": 874516379
        },
        {
            "start": 874516382,
            "stop": 874516409
        },
        {
            "start": 874516412,
            "stop": 874516425
        },
        {
            "start": 874516428,
            "stop": 874516455
        },
        {
            "start": 874516459,
            "stop": 874516472
        },
        {
            "start": 874516475,
            "stop": 874516714
        },
        {
            "start": 874516717,
            "stop": 874516835
        },
        {
            "start": 874516839,
            "stop": 874516896
        },
        {
            "start": 874516901,
            "stop": 874516912
        },
        {
            "start": 874516915,
            "stop": 874516982
        },
        {
            "start": 874516985,
            "stop": 874517104
        },
        {
            "start": 874517109,
            "stop": 874517138
        },
        {
            "start": 874517141,
            "stop": 874517162
        },
        {
            "start": 874517166,
            "stop": 874517217
        },
        {
            "start": 874517220,
            "stop": 874517256
        },
        {
            "start": 874517262,
            "stop": 874517288
        },
        {
            "start": 874517291,
            "stop": 874517306
        },
        {
            "start": 874517310,
            "stop": 874517346
        }
    ]
}