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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=423",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 424,
    "results": [
        {
            "start": 870123674,
            "stop": 870126222
        },
        {
            "start": 870126243,
            "stop": 870129457
        },
        {
            "start": 870129478,
            "stop": 870129840
        },
        {
            "start": 870129911,
            "stop": 870132719
        },
        {
            "start": 870132980,
            "stop": 870136699
        },
        {
            "start": 870136768,
            "stop": 870139554
        },
        {
            "start": 870139576,
            "stop": 870177887
        },
        {
            "start": 870178986,
            "stop": 870182502
        },
        {
            "start": 870182526,
            "stop": 870182529
        },
        {
            "start": 870182551,
            "stop": 870185917
        },
        {
            "start": 870185938,
            "stop": 870190582
        },
        {
            "start": 870190603,
            "stop": 870197498
        },
        {
            "start": 870197517,
            "stop": 870199154
        },
        {
            "start": 870199176,
            "stop": 870200252
        },
        {
            "start": 870200273,
            "stop": 870200277
        },
        {
            "start": 870200298,
            "stop": 870209092
        },
        {
            "start": 870209131,
            "stop": 870210327
        },
        {
            "start": 870210348,
            "stop": 870210751
        },
        {
            "start": 870212017,
            "stop": 870213120
        },
        {
            "start": 870213180,
            "stop": 870213234
        }
    ]
}