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=1126
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=1127",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1125",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1126,
    "results": [
        {
            "start": 1136439793,
            "stop": 1136439811
        },
        {
            "start": 1136439814,
            "stop": 1136439822
        },
        {
            "start": 1136439825,
            "stop": 1136439846
        },
        {
            "start": 1136439849,
            "stop": 1136439852
        },
        {
            "start": 1136439855,
            "stop": 1136439866
        },
        {
            "start": 1136439871,
            "stop": 1136439881
        },
        {
            "start": 1136439884,
            "stop": 1136439921
        },
        {
            "start": 1136439924,
            "stop": 1136439933
        },
        {
            "start": 1136439936,
            "stop": 1136439973
        },
        {
            "start": 1136439976,
            "stop": 1136439987
        },
        {
            "start": 1136439990,
            "stop": 1136440001
        },
        {
            "start": 1136440005,
            "stop": 1136440006
        },
        {
            "start": 1136440009,
            "stop": 1136440038
        },
        {
            "start": 1136440041,
            "stop": 1136440065
        },
        {
            "start": 1136440068,
            "stop": 1136440117
        },
        {
            "start": 1136440122,
            "stop": 1136440129
        },
        {
            "start": 1136440132,
            "stop": 1136440148
        },
        {
            "start": 1136440151,
            "stop": 1136440156
        },
        {
            "start": 1136440159,
            "stop": 1136440193
        },
        {
            "start": 1136440196,
            "stop": 1136440201
        }
    ]
}