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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=318",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 319,
    "results": [
        {
            "start": 1240592343,
            "stop": 1240592344
        },
        {
            "start": 1240592345,
            "stop": 1240592413
        },
        {
            "start": 1240592414,
            "stop": 1240593030
        },
        {
            "start": 1240593032,
            "stop": 1240593540
        },
        {
            "start": 1240593541,
            "stop": 1240593543
        },
        {
            "start": 1240593544,
            "stop": 1240594183
        },
        {
            "start": 1240594185,
            "stop": 1240594346
        },
        {
            "start": 1240594347,
            "stop": 1240594351
        },
        {
            "start": 1240594352,
            "stop": 1240594485
        },
        {
            "start": 1240594487,
            "stop": 1240595210
        },
        {
            "start": 1240595211,
            "stop": 1240595215
        },
        {
            "start": 1240595216,
            "stop": 1240595393
        },
        {
            "start": 1240595395,
            "stop": 1240595396
        },
        {
            "start": 1240595398,
            "stop": 1240595632
        },
        {
            "start": 1240595633,
            "stop": 1240595640
        },
        {
            "start": 1240595641,
            "stop": 1240595776
        },
        {
            "start": 1240595777,
            "stop": 1240595780
        },
        {
            "start": 1240595783,
            "stop": 1240595878
        },
        {
            "start": 1240595879,
            "stop": 1240595881
        },
        {
            "start": 1240595882,
            "stop": 1240595893
        }
    ]
}