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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 156,
    "results": [
        {
            "start": 1239799370,
            "stop": 1239799487
        },
        {
            "start": 1239799488,
            "stop": 1239799543
        },
        {
            "start": 1239799546,
            "stop": 1239799886
        },
        {
            "start": 1239799887,
            "stop": 1239799949
        },
        {
            "start": 1239799950,
            "stop": 1239800181
        },
        {
            "start": 1239800183,
            "stop": 1239800267
        },
        {
            "start": 1239800268,
            "stop": 1239800475
        },
        {
            "start": 1239800476,
            "stop": 1239800955
        },
        {
            "start": 1239800957,
            "stop": 1239801017
        },
        {
            "start": 1239801018,
            "stop": 1239801024
        },
        {
            "start": 1239801026,
            "stop": 1239801206
        },
        {
            "start": 1239801207,
            "stop": 1239801258
        },
        {
            "start": 1239801259,
            "stop": 1239801693
        },
        {
            "start": 1239801695,
            "stop": 1239802126
        },
        {
            "start": 1239802127,
            "stop": 1239802310
        },
        {
            "start": 1239802311,
            "stop": 1239802333
        },
        {
            "start": 1239802334,
            "stop": 1239802370
        },
        {
            "start": 1239802371,
            "stop": 1239802418
        },
        {
            "start": 1239802419,
            "stop": 1239802654
        },
        {
            "start": 1239802655,
            "stop": 1239802672
        }
    ]
}