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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=9",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 10,
    "results": [
        {
            "start": 1165126788,
            "stop": 1165126804
        },
        {
            "start": 1165126805,
            "stop": 1165126820
        },
        {
            "start": 1165126822,
            "stop": 1165126871
        },
        {
            "start": 1165126873,
            "stop": 1165126886
        },
        {
            "start": 1165126887,
            "stop": 1165126952
        },
        {
            "start": 1165126953,
            "stop": 1165127079
        },
        {
            "start": 1165127081,
            "stop": 1165127098
        },
        {
            "start": 1165127099,
            "stop": 1165127304
        },
        {
            "start": 1165127306,
            "stop": 1165127331
        },
        {
            "start": 1165127332,
            "stop": 1165127408
        },
        {
            "start": 1165127411,
            "stop": 1165127500
        },
        {
            "start": 1165127501,
            "stop": 1165127813
        },
        {
            "start": 1165127814,
            "stop": 1165128031
        },
        {
            "start": 1165128032,
            "stop": 1165128376
        },
        {
            "start": 1165128378,
            "stop": 1165128567
        },
        {
            "start": 1165128569,
            "stop": 1165128596
        },
        {
            "start": 1165128598,
            "stop": 1165128720
        },
        {
            "start": 1165128723,
            "stop": 1165128762
        },
        {
            "start": 1165128763,
            "stop": 1165128909
        },
        {
            "start": 1165128911,
            "stop": 1165128944
        }
    ]
}