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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=259",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 260,
    "results": [
        {
            "start": 1178158693,
            "stop": 1178158976
        },
        {
            "start": 1178158977,
            "stop": 1178159654
        },
        {
            "start": 1178159658,
            "stop": 1178160278
        },
        {
            "start": 1178160279,
            "stop": 1178160581
        },
        {
            "start": 1178160583,
            "stop": 1178160720
        },
        {
            "start": 1178160722,
            "stop": 1178160723
        },
        {
            "start": 1178160724,
            "stop": 1178160739
        },
        {
            "start": 1178160741,
            "stop": 1178160747
        },
        {
            "start": 1178160749,
            "stop": 1178160765
        },
        {
            "start": 1178160766,
            "stop": 1178161822
        },
        {
            "start": 1178161823,
            "stop": 1178161824
        },
        {
            "start": 1178161829,
            "stop": 1178163614
        },
        {
            "start": 1178163615,
            "stop": 1178164088
        },
        {
            "start": 1178164091,
            "stop": 1178164208
        },
        {
            "start": 1178164209,
            "stop": 1178164262
        },
        {
            "start": 1178164266,
            "stop": 1178164587
        },
        {
            "start": 1178164590,
            "stop": 1178164705
        },
        {
            "start": 1178164706,
            "stop": 1178164731
        },
        {
            "start": 1178164732,
            "stop": 1178164733
        },
        {
            "start": 1178164734,
            "stop": 1178164736
        }
    ]
}