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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT1/segments?format=api&page=158",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 159,
    "results": [
        {
            "start": 873787903,
            "stop": 873806613
        },
        {
            "start": 873807365,
            "stop": 873814248
        },
        {
            "start": 873815483,
            "stop": 873834757
        },
        {
            "start": 873835513,
            "stop": 873844502
        },
        {
            "start": 873845494,
            "stop": 873903825
        },
        {
            "start": 873905596,
            "stop": 873912386
        },
        {
            "start": 873942406,
            "stop": 873964099
        },
        {
            "start": 873965683,
            "stop": 873995551
        },
        {
            "start": 873998207,
            "stop": 874015300
        },
        {
            "start": 874016595,
            "stop": 874023757
        },
        {
            "start": 874024251,
            "stop": 874087548
        },
        {
            "start": 874088911,
            "stop": 874162775
        },
        {
            "start": 874182367,
            "stop": 874186345
        },
        {
            "start": 874187038,
            "stop": 874187786
        },
        {
            "start": 874188391,
            "stop": 874189111
        },
        {
            "start": 874190114,
            "stop": 874193688
        },
        {
            "start": 874194344,
            "stop": 874263348
        },
        {
            "start": 874267628,
            "stop": 874272862
        },
        {
            "start": 874273922,
            "stop": 874275422
        },
        {
            "start": 874277162,
            "stop": 874313427
        }
    ]
}