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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=211",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 212,
    "results": [
        {
            "start": 841377647,
            "stop": 841424365
        },
        {
            "start": 841424804,
            "stop": 841448147
        },
        {
            "start": 841448316,
            "stop": 841472349
        },
        {
            "start": 841473029,
            "stop": 841473144
        },
        {
            "start": 841473744,
            "stop": 841503826
        },
        {
            "start": 841532405,
            "stop": 841533313
        },
        {
            "start": 841533348,
            "stop": 841533350
        },
        {
            "start": 841534484,
            "stop": 841554493
        },
        {
            "start": 841558223,
            "stop": 841585989
        },
        {
            "start": 841586829,
            "stop": 841610080
        },
        {
            "start": 841611874,
            "stop": 841614418
        },
        {
            "start": 841614662,
            "stop": 841670589
        },
        {
            "start": 841671036,
            "stop": 841681693
        },
        {
            "start": 841681712,
            "stop": 841681714
        },
        {
            "start": 841681822,
            "stop": 841688685
        },
        {
            "start": 841688789,
            "stop": 841689236
        },
        {
            "start": 841689499,
            "stop": 841713094
        },
        {
            "start": 841713337,
            "stop": 841764561
        },
        {
            "start": 841764841,
            "stop": 841768813
        },
        {
            "start": 841768815,
            "stop": 841768816
        }
    ]
}