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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3702",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3700",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3701,
    "results": [
        {
            "start": 873215400,
            "stop": 873215433
        },
        {
            "start": 873215450,
            "stop": 873215600
        },
        {
            "start": 873215617,
            "stop": 873215960
        },
        {
            "start": 873215977,
            "stop": 873216483
        },
        {
            "start": 873216500,
            "stop": 873216699
        },
        {
            "start": 873216716,
            "stop": 873217534
        },
        {
            "start": 873217552,
            "stop": 873217594
        },
        {
            "start": 873217611,
            "stop": 873217718
        },
        {
            "start": 873217737,
            "stop": 873218129
        },
        {
            "start": 873218166,
            "stop": 873218176
        },
        {
            "start": 873218193,
            "stop": 873218479
        },
        {
            "start": 873218496,
            "stop": 873219420
        },
        {
            "start": 873219480,
            "stop": 873219930
        },
        {
            "start": 873219949,
            "stop": 873220583
        },
        {
            "start": 873220600,
            "stop": 873220675
        },
        {
            "start": 873220692,
            "stop": 873220874
        },
        {
            "start": 873220923,
            "stop": 873221045
        },
        {
            "start": 873221062,
            "stop": 873221885
        },
        {
            "start": 873221902,
            "stop": 873222197
        },
        {
            "start": 873222214,
            "stop": 873222218
        }
    ]
}