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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=232",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 233,
    "results": [
        {
            "start": 1177279915,
            "stop": 1177285812
        },
        {
            "start": 1177285932,
            "stop": 1177305606
        },
        {
            "start": 1177305609,
            "stop": 1177305618
        },
        {
            "start": 1177305620,
            "stop": 1177319108
        },
        {
            "start": 1177319109,
            "stop": 1177319591
        },
        {
            "start": 1177319592,
            "stop": 1177319671
        },
        {
            "start": 1177319673,
            "stop": 1177319727
        },
        {
            "start": 1177319728,
            "stop": 1177326015
        },
        {
            "start": 1177326018,
            "stop": 1177326020
        },
        {
            "start": 1177326021,
            "stop": 1177326028
        },
        {
            "start": 1177326029,
            "stop": 1177326032
        },
        {
            "start": 1177326034,
            "stop": 1177326784
        },
        {
            "start": 1177326785,
            "stop": 1177326830
        },
        {
            "start": 1177326832,
            "stop": 1177326838
        },
        {
            "start": 1177326839,
            "stop": 1177326840
        },
        {
            "start": 1177326842,
            "stop": 1177326918
        },
        {
            "start": 1177326919,
            "stop": 1177328151
        },
        {
            "start": 1177328153,
            "stop": 1177328155
        },
        {
            "start": 1177328157,
            "stop": 1177329082
        },
        {
            "start": 1177331083,
            "stop": 1177332613
        }
    ]
}