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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=984",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=982",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 983,
    "results": [
        {
            "start": 1134908754,
            "stop": 1134908756
        },
        {
            "start": 1134908763,
            "stop": 1134908874
        },
        {
            "start": 1134908878,
            "stop": 1134908880
        },
        {
            "start": 1134908885,
            "stop": 1134908902
        },
        {
            "start": 1134908911,
            "stop": 1134908918
        },
        {
            "start": 1134908927,
            "stop": 1134908929
        },
        {
            "start": 1134908934,
            "stop": 1134908941
        },
        {
            "start": 1134909018,
            "stop": 1134909019
        },
        {
            "start": 1134909044,
            "stop": 1134909064
        },
        {
            "start": 1134909077,
            "stop": 1134909091
        },
        {
            "start": 1134909100,
            "stop": 1134909101
        },
        {
            "start": 1134909106,
            "stop": 1134909112
        },
        {
            "start": 1134909122,
            "stop": 1134909131
        },
        {
            "start": 1134909138,
            "stop": 1134909149
        },
        {
            "start": 1134909164,
            "stop": 1134909201
        },
        {
            "start": 1134909206,
            "stop": 1134909208
        },
        {
            "start": 1134909221,
            "stop": 1134909242
        },
        {
            "start": 1134909261,
            "stop": 1134909281
        },
        {
            "start": 1134909293,
            "stop": 1134909294
        },
        {
            "start": 1134909308,
            "stop": 1134909329
        }
    ]
}