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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=548",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=546",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 547,
    "results": [
        {
            "start": 831520539,
            "stop": 831520932
        },
        {
            "start": 831520937,
            "stop": 831523297
        },
        {
            "start": 831523302,
            "stop": 831526257
        },
        {
            "start": 831526262,
            "stop": 831552271
        },
        {
            "start": 831552542,
            "stop": 831552821
        },
        {
            "start": 831554274,
            "stop": 831569556
        },
        {
            "start": 831570998,
            "stop": 831582609
        },
        {
            "start": 831585467,
            "stop": 831588786
        },
        {
            "start": 831589400,
            "stop": 831591508
        },
        {
            "start": 831595158,
            "stop": 831609916
        },
        {
            "start": 831614685,
            "stop": 831616693
        },
        {
            "start": 831617590,
            "stop": 831621235
        },
        {
            "start": 831622235,
            "stop": 831631002
        },
        {
            "start": 831631877,
            "stop": 831669184
        },
        {
            "start": 831670249,
            "stop": 831673906
        },
        {
            "start": 831674236,
            "stop": 831676754
        },
        {
            "start": 831676761,
            "stop": 831688952
        },
        {
            "start": 831689678,
            "stop": 831696537
        },
        {
            "start": 831697021,
            "stop": 831699397
        },
        {
            "start": 831700731,
            "stop": 831705254
        }
    ]
}