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/O1/timelines/H1_CBC_CAT2/segments?format=api&page=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=13",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 14,
    "results": [
        {
            "start": 1127001007,
            "stop": 1127001013
        },
        {
            "start": 1127001016,
            "stop": 1127001019
        },
        {
            "start": 1127001023,
            "stop": 1127001024
        },
        {
            "start": 1127001025,
            "stop": 1127001027
        },
        {
            "start": 1127001172,
            "stop": 1127004055
        },
        {
            "start": 1127004057,
            "stop": 1127010300
        },
        {
            "start": 1127010302,
            "stop": 1127011814
        },
        {
            "start": 1127011815,
            "stop": 1127019011
        },
        {
            "start": 1127019013,
            "stop": 1127022948
        },
        {
            "start": 1127022949,
            "stop": 1127047251
        },
        {
            "start": 1127047253,
            "stop": 1127060377
        },
        {
            "start": 1127060378,
            "stop": 1127063464
        },
        {
            "start": 1127063465,
            "stop": 1127073448
        },
        {
            "start": 1127073449,
            "stop": 1127073583
        },
        {
            "start": 1127073584,
            "stop": 1127074604
        },
        {
            "start": 1127076602,
            "stop": 1127076737
        },
        {
            "start": 1127076917,
            "stop": 1127079617
        },
        {
            "start": 1127079677,
            "stop": 1127079797
        },
        {
            "start": 1127079917,
            "stop": 1127082089
        },
        {
            "start": 1127082090,
            "stop": 1127082130
        }
    ]
}