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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=381",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 382,
    "results": [
        {
            "start": 934843089,
            "stop": 934843093
        },
        {
            "start": 934843095,
            "stop": 934843109
        },
        {
            "start": 934843113,
            "stop": 934843297
        },
        {
            "start": 934843299,
            "stop": 934843319
        },
        {
            "start": 934843322,
            "stop": 934843325
        },
        {
            "start": 934843328,
            "stop": 934843329
        },
        {
            "start": 934843331,
            "stop": 934843345
        },
        {
            "start": 934843347,
            "stop": 934843372
        },
        {
            "start": 934843375,
            "stop": 934843379
        },
        {
            "start": 934843382,
            "stop": 934843396
        },
        {
            "start": 934843399,
            "stop": 934851756
        },
        {
            "start": 934851761,
            "stop": 934851767
        },
        {
            "start": 934851770,
            "stop": 934851785
        },
        {
            "start": 934851787,
            "stop": 934851793
        },
        {
            "start": 934851796,
            "stop": 934851819
        },
        {
            "start": 934851821,
            "stop": 934851836
        },
        {
            "start": 934851840,
            "stop": 934855375
        },
        {
            "start": 934855377,
            "stop": 934855409
        },
        {
            "start": 934855414,
            "stop": 934855429
        },
        {
            "start": 934855432,
            "stop": 934855464
        }
    ]
}