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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=247",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 248,
    "results": [
        {
            "start": 934632218,
            "stop": 934632232
        },
        {
            "start": 934632236,
            "stop": 934635757
        },
        {
            "start": 934635760,
            "stop": 934635782
        },
        {
            "start": 934635785,
            "stop": 934635808
        },
        {
            "start": 934635811,
            "stop": 934635816
        },
        {
            "start": 934635819,
            "stop": 934635824
        },
        {
            "start": 934635826,
            "stop": 934635831
        },
        {
            "start": 934635836,
            "stop": 934637525
        },
        {
            "start": 934637531,
            "stop": 934637683
        },
        {
            "start": 934637689,
            "stop": 934637959
        },
        {
            "start": 934637965,
            "stop": 934638521
        },
        {
            "start": 934642338,
            "stop": 934642648
        },
        {
            "start": 934642650,
            "stop": 934642957
        },
        {
            "start": 934642959,
            "stop": 934642988
        },
        {
            "start": 934642992,
            "stop": 934643015
        },
        {
            "start": 934643017,
            "stop": 934643020
        },
        {
            "start": 934643023,
            "stop": 934643036
        },
        {
            "start": 934643041,
            "stop": 934643279
        },
        {
            "start": 934643281,
            "stop": 934643290
        },
        {
            "start": 934643294,
            "stop": 934643295
        }
    ]
}