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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=180",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 181,
    "results": [
        {
            "start": 1176946288,
            "stop": 1176946492
        },
        {
            "start": 1176946494,
            "stop": 1176946579
        },
        {
            "start": 1176946581,
            "stop": 1176946584
        },
        {
            "start": 1176946585,
            "stop": 1176946586
        },
        {
            "start": 1176946588,
            "stop": 1176946589
        },
        {
            "start": 1176946591,
            "stop": 1176946710
        },
        {
            "start": 1176946711,
            "stop": 1176946734
        },
        {
            "start": 1176946738,
            "stop": 1176946752
        },
        {
            "start": 1176946757,
            "stop": 1176946842
        },
        {
            "start": 1176946845,
            "stop": 1176946860
        },
        {
            "start": 1176946865,
            "stop": 1176946869
        },
        {
            "start": 1176946871,
            "stop": 1176946873
        },
        {
            "start": 1176946875,
            "stop": 1176946895
        },
        {
            "start": 1176946899,
            "stop": 1176946902
        },
        {
            "start": 1176946905,
            "stop": 1176946981
        },
        {
            "start": 1176946987,
            "stop": 1176946988
        },
        {
            "start": 1176946990,
            "stop": 1176946998
        },
        {
            "start": 1176947001,
            "stop": 1176947038
        },
        {
            "start": 1176947044,
            "stop": 1176947053
        },
        {
            "start": 1176947056,
            "stop": 1176947137
        }
    ]
}