Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=91
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=90",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 91,
    "results": [
        {
            "start": 819286758,
            "stop": 819289545
        },
        {
            "start": 819289557,
            "stop": 819289975
        },
        {
            "start": 819289979,
            "stop": 819292416
        },
        {
            "start": 819292424,
            "stop": 819292652
        },
        {
            "start": 819292680,
            "stop": 819295033
        },
        {
            "start": 819295717,
            "stop": 819298277
        },
        {
            "start": 819298285,
            "stop": 819298456
        },
        {
            "start": 819298463,
            "stop": 819298487
        },
        {
            "start": 819298495,
            "stop": 819298735
        },
        {
            "start": 819298742,
            "stop": 819299639
        },
        {
            "start": 819299646,
            "stop": 819299713
        },
        {
            "start": 819299758,
            "stop": 819299760
        },
        {
            "start": 819300449,
            "stop": 819300842
        },
        {
            "start": 819300849,
            "stop": 819304556
        },
        {
            "start": 819304563,
            "stop": 819306540
        },
        {
            "start": 819306600,
            "stop": 819307320
        },
        {
            "start": 819307380,
            "stop": 819307489
        },
        {
            "start": 819307497,
            "stop": 819307993
        },
        {
            "start": 819308033,
            "stop": 819308035
        },
        {
            "start": 819308240,
            "stop": 819308253
        }
    ]
}