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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6465",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6463",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6464,
    "results": [
        {
            "start": 874027171,
            "stop": 874027243
        },
        {
            "start": 874027245,
            "stop": 874027282
        },
        {
            "start": 874027283,
            "stop": 874027352
        },
        {
            "start": 874027354,
            "stop": 874027657
        },
        {
            "start": 874027658,
            "stop": 874027659
        },
        {
            "start": 874027660,
            "stop": 874028445
        },
        {
            "start": 874028446,
            "stop": 874028510
        },
        {
            "start": 874028512,
            "stop": 874028783
        },
        {
            "start": 874028784,
            "stop": 874028815
        },
        {
            "start": 874028817,
            "stop": 874028819
        },
        {
            "start": 874028820,
            "stop": 874028829
        },
        {
            "start": 874028830,
            "stop": 874028932
        },
        {
            "start": 874028933,
            "stop": 874029009
        },
        {
            "start": 874029011,
            "stop": 874029012
        },
        {
            "start": 874029013,
            "stop": 874029061
        },
        {
            "start": 874029063,
            "stop": 874029070
        },
        {
            "start": 874029071,
            "stop": 874029262
        },
        {
            "start": 874029264,
            "stop": 874029293
        },
        {
            "start": 874029294,
            "stop": 874029358
        },
        {
            "start": 874029359,
            "stop": 874029683
        }
    ]
}