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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 2,
    "results": [
        {
            "start": 1238546544,
            "stop": 1238555462
        },
        {
            "start": 1238561172,
            "stop": 1238619975
        },
        {
            "start": 1238633668,
            "stop": 1238636182
        },
        {
            "start": 1238636322,
            "stop": 1238672700
        },
        {
            "start": 1238672772,
            "stop": 1238687597
        },
        {
            "start": 1238691231,
            "stop": 1238697794
        },
        {
            "start": 1238700880,
            "stop": 1238724601
        },
        {
            "start": 1238725606,
            "stop": 1238758204
        },
        {
            "start": 1238758276,
            "stop": 1238773286
        },
        {
            "start": 1238773470,
            "stop": 1238775952
        },
        {
            "start": 1238775984,
            "stop": 1238785197
        },
        {
            "start": 1238790677,
            "stop": 1238791932
        },
        {
            "start": 1238792260,
            "stop": 1238819101
        },
        {
            "start": 1238819843,
            "stop": 1238833576
        },
        {
            "start": 1238834630,
            "stop": 1238856499
        },
        {
            "start": 1238908060,
            "stop": 1238908158
        },
        {
            "start": 1238908201,
            "stop": 1238910359
        },
        {
            "start": 1238918962,
            "stop": 1238930392
        },
        {
            "start": 1238938360,
            "stop": 1238942103
        },
        {
            "start": 1238955200,
            "stop": 1238959424
        }
    ]
}