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&page=1999
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=2000",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1998",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1999,
    "results": [
        {
            "start": 1253795033,
            "stop": 1253796510
        },
        {
            "start": 1253796512,
            "stop": 1253796691
        },
        {
            "start": 1253796699,
            "stop": 1253798407
        },
        {
            "start": 1253798409,
            "stop": 1253800589
        },
        {
            "start": 1253800596,
            "stop": 1253803314
        },
        {
            "start": 1253803317,
            "stop": 1253804031
        },
        {
            "start": 1253804039,
            "stop": 1253805049
        },
        {
            "start": 1253805051,
            "stop": 1253805469
        },
        {
            "start": 1253805472,
            "stop": 1253806074
        },
        {
            "start": 1253806077,
            "stop": 1253808164
        },
        {
            "start": 1253808165,
            "stop": 1253808510
        },
        {
            "start": 1253808511,
            "stop": 1253808900
        },
        {
            "start": 1253808902,
            "stop": 1253809045
        },
        {
            "start": 1253809048,
            "stop": 1253809176
        },
        {
            "start": 1253809179,
            "stop": 1253809339
        },
        {
            "start": 1253831006,
            "stop": 1253831162
        },
        {
            "start": 1253831248,
            "stop": 1253833826
        },
        {
            "start": 1253833829,
            "stop": 1253836659
        },
        {
            "start": 1253836758,
            "stop": 1253837171
        },
        {
            "start": 1253837173,
            "stop": 1253838241
        }
    ]
}