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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=260",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 261,
    "results": [
        {
            "start": 1178164737,
            "stop": 1178164740
        },
        {
            "start": 1178164741,
            "stop": 1178164779
        },
        {
            "start": 1178164780,
            "stop": 1178164784
        },
        {
            "start": 1178164785,
            "stop": 1178164808
        },
        {
            "start": 1178164809,
            "stop": 1178164874
        },
        {
            "start": 1178164877,
            "stop": 1178164878
        },
        {
            "start": 1178164881,
            "stop": 1178164906
        },
        {
            "start": 1178164907,
            "stop": 1178164943
        },
        {
            "start": 1178164944,
            "stop": 1178164970
        },
        {
            "start": 1178164971,
            "stop": 1178164972
        },
        {
            "start": 1178164973,
            "stop": 1178164975
        },
        {
            "start": 1178164976,
            "stop": 1178165018
        },
        {
            "start": 1178165019,
            "stop": 1178165080
        },
        {
            "start": 1178165081,
            "stop": 1178165096
        },
        {
            "start": 1178165097,
            "stop": 1178165101
        },
        {
            "start": 1178165102,
            "stop": 1178165138
        },
        {
            "start": 1178165139,
            "stop": 1178165182
        },
        {
            "start": 1178165183,
            "stop": 1178165187
        },
        {
            "start": 1178165188,
            "stop": 1178165202
        },
        {
            "start": 1178165203,
            "stop": 1178165302
        }
    ]
}