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=627
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=628",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=626",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 627,
    "results": [
        {
            "start": 849717208,
            "stop": 849719492
        },
        {
            "start": 849720590,
            "stop": 849726041
        },
        {
            "start": 849727436,
            "stop": 849728926
        },
        {
            "start": 849729869,
            "stop": 849741030
        },
        {
            "start": 849741150,
            "stop": 849750623
        },
        {
            "start": 849752708,
            "stop": 849774030
        },
        {
            "start": 849777933,
            "stop": 849786090
        },
        {
            "start": 849794224,
            "stop": 849820083
        },
        {
            "start": 849820102,
            "stop": 849822362
        },
        {
            "start": 849829006,
            "stop": 849829152
        },
        {
            "start": 849829576,
            "stop": 849870090
        },
        {
            "start": 849871555,
            "stop": 849892656
        },
        {
            "start": 849897424,
            "stop": 849901290
        },
        {
            "start": 849901998,
            "stop": 849903287
        },
        {
            "start": 849905014,
            "stop": 849905316
        },
        {
            "start": 849907744,
            "stop": 849908370
        },
        {
            "start": 849909071,
            "stop": 849911388
        },
        {
            "start": 849917352,
            "stop": 849918411
        },
        {
            "start": 849924223,
            "stop": 849927023
        },
        {
            "start": 849928965,
            "stop": 849929108
        }
    ]
}