Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api
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=2",
    "previous": null,
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1,
    "results": [
        {
            "start": 1238166018,
            "stop": 1238166997
        },
        {
            "start": 1238167000,
            "stop": 1238167250
        },
        {
            "start": 1238167251,
            "stop": 1238168442
        },
        {
            "start": 1238168443,
            "stop": 1238168707
        },
        {
            "start": 1238168709,
            "stop": 1238168715
        },
        {
            "start": 1238168717,
            "stop": 1238170549
        },
        {
            "start": 1238170954,
            "stop": 1238171788
        },
        {
            "start": 1238171791,
            "stop": 1238172775
        },
        {
            "start": 1238172777,
            "stop": 1238172929
        },
        {
            "start": 1238172987,
            "stop": 1238172995
        },
        {
            "start": 1238172998,
            "stop": 1238173367
        },
        {
            "start": 1238173370,
            "stop": 1238173417
        },
        {
            "start": 1238173418,
            "stop": 1238173420
        },
        {
            "start": 1238173421,
            "stop": 1238174184
        },
        {
            "start": 1238174185,
            "stop": 1238174189
        },
        {
            "start": 1238174190,
            "stop": 1238174434
        },
        {
            "start": 1238174436,
            "stop": 1238175739
        },
        {
            "start": 1238175747,
            "stop": 1238176044
        },
        {
            "start": 1238176046,
            "stop": 1238176119
        },
        {
            "start": 1238176122,
            "stop": 1238176276
        }
    ]
}