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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=77",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 78,
    "results": [
        {
            "start": 956408393,
            "stop": 956415903
        },
        {
            "start": 956438872,
            "stop": 956443896
        },
        {
            "start": 956449001,
            "stop": 956450199
        },
        {
            "start": 956453516,
            "stop": 956457839
        },
        {
            "start": 956467065,
            "stop": 956471160
        },
        {
            "start": 956472920,
            "stop": 956479438
        },
        {
            "start": 956480733,
            "stop": 956481256
        },
        {
            "start": 956482430,
            "stop": 956505681
        },
        {
            "start": 956510572,
            "stop": 956524821
        },
        {
            "start": 956526771,
            "stop": 956528776
        },
        {
            "start": 956534249,
            "stop": 956534545
        },
        {
            "start": 956541135,
            "stop": 956546372
        },
        {
            "start": 956549019,
            "stop": 956553251
        },
        {
            "start": 956558820,
            "stop": 956589713
        },
        {
            "start": 956589729,
            "stop": 956591403
        },
        {
            "start": 956600136,
            "stop": 956605053
        },
        {
            "start": 956619520,
            "stop": 956619623
        },
        {
            "start": 956627712,
            "stop": 956628239
        },
        {
            "start": 956685767,
            "stop": 956687876
        },
        {
            "start": 956693483,
            "stop": 956693589
        }
    ]
}