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=123
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=124",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=122",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 123,
    "results": [
        {
            "start": 1239446748,
            "stop": 1239449340
        },
        {
            "start": 1239449412,
            "stop": 1239451368
        },
        {
            "start": 1239451371,
            "stop": 1239452730
        },
        {
            "start": 1239452733,
            "stop": 1239453172
        },
        {
            "start": 1239453173,
            "stop": 1239453250
        },
        {
            "start": 1239453252,
            "stop": 1239453947
        },
        {
            "start": 1239453950,
            "stop": 1239456979
        },
        {
            "start": 1239456980,
            "stop": 1239457336
        },
        {
            "start": 1239457338,
            "stop": 1239457691
        },
        {
            "start": 1239457692,
            "stop": 1239457704
        },
        {
            "start": 1239457706,
            "stop": 1239457709
        },
        {
            "start": 1239457712,
            "stop": 1239457722
        },
        {
            "start": 1239457725,
            "stop": 1239457726
        },
        {
            "start": 1239457728,
            "stop": 1239459414
        },
        {
            "start": 1239459415,
            "stop": 1239461138
        },
        {
            "start": 1239483766,
            "stop": 1239483767
        },
        {
            "start": 1239483769,
            "stop": 1239484076
        },
        {
            "start": 1239484077,
            "stop": 1239484443
        },
        {
            "start": 1239484444,
            "stop": 1239484446
        },
        {
            "start": 1239484447,
            "stop": 1239484545
        }
    ]
}