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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=169",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 170,
    "results": [
        {
            "start": 841377647,
            "stop": 841424365
        },
        {
            "start": 841424804,
            "stop": 841448147
        },
        {
            "start": 841448316,
            "stop": 841471835
        },
        {
            "start": 841471945,
            "stop": 841472349
        },
        {
            "start": 841473029,
            "stop": 841473144
        },
        {
            "start": 841473958,
            "stop": 841503826
        },
        {
            "start": 841532405,
            "stop": 841533175
        },
        {
            "start": 841534484,
            "stop": 841554235
        },
        {
            "start": 841558223,
            "stop": 841585721
        },
        {
            "start": 841586829,
            "stop": 841610080
        },
        {
            "start": 841611874,
            "stop": 841614418
        },
        {
            "start": 841614662,
            "stop": 841670589
        },
        {
            "start": 841671036,
            "stop": 841681714
        },
        {
            "start": 841681822,
            "stop": 841688685
        },
        {
            "start": 841688789,
            "stop": 841689236
        },
        {
            "start": 841689499,
            "stop": 841691402
        },
        {
            "start": 841691702,
            "stop": 841713094
        },
        {
            "start": 841713337,
            "stop": 841764561
        },
        {
            "start": 841764841,
            "stop": 841767359
        },
        {
            "start": 841767659,
            "stop": 841768816
        }
    ]
}