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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=338",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 339,
    "results": [
        {
            "start": 950864745,
            "stop": 950889786
        },
        {
            "start": 950894122,
            "stop": 950899019
        },
        {
            "start": 950900662,
            "stop": 950901450
        },
        {
            "start": 950902940,
            "stop": 950910275
        },
        {
            "start": 950912626,
            "stop": 950928101
        },
        {
            "start": 950928106,
            "stop": 950928280
        },
        {
            "start": 950928292,
            "stop": 950928448
        },
        {
            "start": 950928453,
            "stop": 950928535
        },
        {
            "start": 950928543,
            "stop": 950929046
        },
        {
            "start": 950929051,
            "stop": 950966840
        },
        {
            "start": 950973645,
            "stop": 950974938
        },
        {
            "start": 950999740,
            "stop": 950999987
        },
        {
            "start": 951000243,
            "stop": 951001718
        },
        {
            "start": 951003618,
            "stop": 951005165
        },
        {
            "start": 951007617,
            "stop": 951017415
        },
        {
            "start": 951025168,
            "stop": 951026497
        },
        {
            "start": 951028836,
            "stop": 951048836
        },
        {
            "start": 951053214,
            "stop": 951080251
        },
        {
            "start": 951084966,
            "stop": 951087200
        },
        {
            "start": 951090751,
            "stop": 951093420
        }
    ]
}