Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=448
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=449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=447",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 448,
    "results": [
        {
            "start": 870558800,
            "stop": 870558879
        },
        {
            "start": 870558883,
            "stop": 870559291
        },
        {
            "start": 870559295,
            "stop": 870559987
        },
        {
            "start": 870560960,
            "stop": 870561048
        },
        {
            "start": 870561056,
            "stop": 870562733
        },
        {
            "start": 870562736,
            "stop": 870562964
        },
        {
            "start": 870562968,
            "stop": 870563452
        },
        {
            "start": 870563461,
            "stop": 870563577
        },
        {
            "start": 870563581,
            "stop": 870563601
        },
        {
            "start": 870563605,
            "stop": 870564664
        },
        {
            "start": 870564668,
            "stop": 870564688
        },
        {
            "start": 870564692,
            "stop": 870564698
        },
        {
            "start": 870564706,
            "stop": 870564712
        },
        {
            "start": 870564721,
            "stop": 870564742
        },
        {
            "start": 870564750,
            "stop": 870564756
        },
        {
            "start": 870564764,
            "stop": 870564794
        },
        {
            "start": 870564812,
            "stop": 870566988
        },
        {
            "start": 870566996,
            "stop": 870567745
        },
        {
            "start": 870567749,
            "stop": 870568212
        },
        {
            "start": 870569365,
            "stop": 870572455
        }
    ]
}