Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=34
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=33",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 34,
    "results": [
        {
            "start": 1182640082,
            "stop": 1182640529
        },
        {
            "start": 1182648964,
            "stop": 1182653017
        },
        {
            "start": 1182657346,
            "stop": 1182710105
        },
        {
            "start": 1182710222,
            "stop": 1182712423
        },
        {
            "start": 1182712428,
            "stop": 1182715242
        },
        {
            "start": 1182717709,
            "stop": 1182726561
        },
        {
            "start": 1182726727,
            "stop": 1182727538
        },
        {
            "start": 1182727985,
            "stop": 1182736193
        },
        {
            "start": 1182737817,
            "stop": 1182803613
        },
        {
            "start": 1182803682,
            "stop": 1182817363
        },
        {
            "start": 1182817425,
            "stop": 1182817783
        },
        {
            "start": 1182817905,
            "stop": 1182818743
        },
        {
            "start": 1182818865,
            "stop": 1182822943
        },
        {
            "start": 1182823545,
            "stop": 1182823603
        },
        {
            "start": 1182823725,
            "stop": 1182823755
        },
        {
            "start": 1182835120,
            "stop": 1182835241
        },
        {
            "start": 1182835363,
            "stop": 1182835421
        },
        {
            "start": 1182835483,
            "stop": 1182835541
        },
        {
            "start": 1182835663,
            "stop": 1182835841
        },
        {
            "start": 1182836323,
            "stop": 1182836381
        }
    ]
}