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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=64",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 65,
    "results": [
        {
            "start": 931399900,
            "stop": 931399904
        },
        {
            "start": 931399914,
            "stop": 931399920
        },
        {
            "start": 931399926,
            "stop": 931399988
        },
        {
            "start": 931400000,
            "stop": 931400031
        },
        {
            "start": 931400037,
            "stop": 931400122
        },
        {
            "start": 931400128,
            "stop": 931400132
        },
        {
            "start": 931400137,
            "stop": 931400139
        },
        {
            "start": 931400145,
            "stop": 931400155
        },
        {
            "start": 931400160,
            "stop": 931400180
        },
        {
            "start": 931400188,
            "stop": 931400221
        },
        {
            "start": 931400226,
            "stop": 931400248
        },
        {
            "start": 931400264,
            "stop": 931400305
        },
        {
            "start": 931400311,
            "stop": 931400340
        },
        {
            "start": 931400346,
            "stop": 931400403
        },
        {
            "start": 931400409,
            "stop": 931400474
        },
        {
            "start": 931400481,
            "stop": 931400493
        },
        {
            "start": 931400499,
            "stop": 931400537
        },
        {
            "start": 931400543,
            "stop": 931400550
        },
        {
            "start": 931400555,
            "stop": 931400579
        },
        {
            "start": 931400585,
            "stop": 931400597
        }
    ]
}