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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=7",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 8,
    "results": [
        {
            "start": 1397499135,
            "stop": 1397499416
        },
        {
            "start": 1397499460,
            "stop": 1397504048
        },
        {
            "start": 1397509367,
            "stop": 1397514163
        },
        {
            "start": 1397514167,
            "stop": 1397515207
        },
        {
            "start": 1397515211,
            "stop": 1397525567
        },
        {
            "start": 1397525571,
            "stop": 1397529304
        },
        {
            "start": 1397529379,
            "stop": 1397530391
        },
        {
            "start": 1397530427,
            "stop": 1397535507
        },
        {
            "start": 1397535515,
            "stop": 1397553296
        },
        {
            "start": 1397553298,
            "stop": 1397560139
        },
        {
            "start": 1397560141,
            "stop": 1397564413
        },
        {
            "start": 1397564415,
            "stop": 1397568570
        },
        {
            "start": 1397568767,
            "stop": 1397568808
        },
        {
            "start": 1397568851,
            "stop": 1397569120
        },
        {
            "start": 1397569566,
            "stop": 1397571814
        },
        {
            "start": 1397574084,
            "stop": 1397574086
        },
        {
            "start": 1397575333,
            "stop": 1397588404
        },
        {
            "start": 1397595332,
            "stop": 1397601910
        },
        {
            "start": 1397601912,
            "stop": 1397616614
        },
        {
            "start": 1397616616,
            "stop": 1397617487
        }
    ]
}