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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=96",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 97,
    "results": [
        {
            "start": 818713560,
            "stop": 818714220
        },
        {
            "start": 818714280,
            "stop": 818715240
        },
        {
            "start": 818715300,
            "stop": 818715313
        },
        {
            "start": 818715346,
            "stop": 818715347
        },
        {
            "start": 818716549,
            "stop": 818716860
        },
        {
            "start": 818716920,
            "stop": 818716980
        },
        {
            "start": 818717040,
            "stop": 818717280
        },
        {
            "start": 818717340,
            "stop": 818717400
        },
        {
            "start": 818717460,
            "stop": 818717760
        },
        {
            "start": 818717820,
            "stop": 818718013
        },
        {
            "start": 818718058,
            "stop": 818718059
        },
        {
            "start": 818718840,
            "stop": 818718960
        },
        {
            "start": 818719020,
            "stop": 818719630
        },
        {
            "start": 818720844,
            "stop": 818722320
        },
        {
            "start": 818722440,
            "stop": 818722680
        },
        {
            "start": 818722740,
            "stop": 818723580
        },
        {
            "start": 818725527,
            "stop": 818728393
        },
        {
            "start": 818730103,
            "stop": 818734872
        },
        {
            "start": 818736605,
            "stop": 818748060
        },
        {
            "start": 818748284,
            "stop": 818760000
        }
    ]
}