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/H1_CBCLOW_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/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=28",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 29,
    "results": [
        {
            "start": 820857155,
            "stop": 820858196
        },
        {
            "start": 820859713,
            "stop": 820860774
        },
        {
            "start": 820861472,
            "stop": 820861677
        },
        {
            "start": 820862326,
            "stop": 820863841
        },
        {
            "start": 820865924,
            "stop": 820866339
        },
        {
            "start": 820866526,
            "stop": 820866805
        },
        {
            "start": 820866870,
            "stop": 820867151
        },
        {
            "start": 820867914,
            "stop": 820868640
        },
        {
            "start": 820868794,
            "stop": 820873216
        },
        {
            "start": 820876092,
            "stop": 820876304
        },
        {
            "start": 820876352,
            "stop": 820876363
        },
        {
            "start": 820876732,
            "stop": 820876859
        },
        {
            "start": 820876893,
            "stop": 820877269
        },
        {
            "start": 820877425,
            "stop": 820879061
        },
        {
            "start": 820890881,
            "stop": 820891310
        },
        {
            "start": 820891561,
            "stop": 820893540
        },
        {
            "start": 820893730,
            "stop": 820893795
        },
        {
            "start": 820893936,
            "stop": 820894155
        },
        {
            "start": 820895941,
            "stop": 820898697
        },
        {
            "start": 820898894,
            "stop": 820902270
        }
    ]
}