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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=56",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 57,
    "results": [
        {
            "start": 1129319580,
            "stop": 1129319760
        },
        {
            "start": 1129319820,
            "stop": 1129320000
        },
        {
            "start": 1129320060,
            "stop": 1129320120
        },
        {
            "start": 1129320240,
            "stop": 1129320488
        },
        {
            "start": 1129328003,
            "stop": 1129335457
        },
        {
            "start": 1129335458,
            "stop": 1129339675
        },
        {
            "start": 1129339676,
            "stop": 1129341967
        },
        {
            "start": 1129341968,
            "stop": 1129345147
        },
        {
            "start": 1129345148,
            "stop": 1129347532
        },
        {
            "start": 1129347533,
            "stop": 1129354755
        },
        {
            "start": 1129354756,
            "stop": 1129356890
        },
        {
            "start": 1129356891,
            "stop": 1129362419
        },
        {
            "start": 1129362420,
            "stop": 1129364656
        },
        {
            "start": 1129364658,
            "stop": 1129368185
        },
        {
            "start": 1129368187,
            "stop": 1129370003
        },
        {
            "start": 1129370004,
            "stop": 1129372989
        },
        {
            "start": 1129372990,
            "stop": 1129378767
        },
        {
            "start": 1129378768,
            "stop": 1129379988
        },
        {
            "start": 1129379989,
            "stop": 1129383056
        },
        {
            "start": 1129482036,
            "stop": 1129485480
        }
    ]
}