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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=28",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 29,
    "results": [
        {
            "start": 1177435266,
            "stop": 1177447335
        },
        {
            "start": 1177460488,
            "stop": 1177462536
        },
        {
            "start": 1177463143,
            "stop": 1177513447
        },
        {
            "start": 1177514118,
            "stop": 1177541752
        },
        {
            "start": 1177542251,
            "stop": 1177599217
        },
        {
            "start": 1177599791,
            "stop": 1177618805
        },
        {
            "start": 1177620375,
            "stop": 1177673100
        },
        {
            "start": 1177674319,
            "stop": 1177677370
        },
        {
            "start": 1177733104,
            "stop": 1177769742
        },
        {
            "start": 1177770403,
            "stop": 1177775772
        },
        {
            "start": 1177796488,
            "stop": 1177831987
        },
        {
            "start": 1177834567,
            "stop": 1177836076
        },
        {
            "start": 1177836553,
            "stop": 1177886105
        },
        {
            "start": 1177886748,
            "stop": 1177891454
        },
        {
            "start": 1177891569,
            "stop": 1177892421
        },
        {
            "start": 1177894437,
            "stop": 1177918909
        },
        {
            "start": 1177919477,
            "stop": 1177948396
        },
        {
            "start": 1177963174,
            "stop": 1177965554
        },
        {
            "start": 1177966888,
            "stop": 1177988566
        },
        {
            "start": 1178019621,
            "stop": 1178063302
        }
    ]
}