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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=17",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 18,
    "results": [
        {
            "start": 1169832581,
            "stop": 1169840654
        },
        {
            "start": 1169840656,
            "stop": 1169841983
        },
        {
            "start": 1169841985,
            "stop": 1169842041
        },
        {
            "start": 1169842043,
            "stop": 1169842376
        },
        {
            "start": 1169842378,
            "stop": 1169842732
        },
        {
            "start": 1169842734,
            "stop": 1169844561
        },
        {
            "start": 1169844563,
            "stop": 1169909265
        },
        {
            "start": 1169909267,
            "stop": 1169909445
        },
        {
            "start": 1169909447,
            "stop": 1169910318
        },
        {
            "start": 1169944903,
            "stop": 1169991714
        },
        {
            "start": 1169997322,
            "stop": 1170006145
        },
        {
            "start": 1170006147,
            "stop": 1170006379
        },
        {
            "start": 1170006381,
            "stop": 1170008958
        },
        {
            "start": 1170008960,
            "stop": 1170010132
        },
        {
            "start": 1170010134,
            "stop": 1170016187
        },
        {
            "start": 1170016189,
            "stop": 1170019108
        },
        {
            "start": 1170033213,
            "stop": 1170034120
        },
        {
            "start": 1170037775,
            "stop": 1170038367
        },
        {
            "start": 1170042399,
            "stop": 1170042905
        },
        {
            "start": 1170045770,
            "stop": 1170046262
        }
    ]
}