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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=266",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 267,
    "results": [
        {
            "start": 934181382,
            "stop": 934181700
        },
        {
            "start": 934181705,
            "stop": 934182015
        },
        {
            "start": 934182255,
            "stop": 934182735
        },
        {
            "start": 934183035,
            "stop": 934183080
        },
        {
            "start": 934183084,
            "stop": 934183170
        },
        {
            "start": 934183173,
            "stop": 934183176
        },
        {
            "start": 934183178,
            "stop": 934183216
        },
        {
            "start": 934183218,
            "stop": 934183355
        },
        {
            "start": 934183358,
            "stop": 934183366
        },
        {
            "start": 934183368,
            "stop": 934183370
        },
        {
            "start": 934183373,
            "stop": 934183380
        },
        {
            "start": 934183383,
            "stop": 934183386
        },
        {
            "start": 934183388,
            "stop": 934183506
        },
        {
            "start": 934183509,
            "stop": 934183515
        },
        {
            "start": 934183519,
            "stop": 934183520
        },
        {
            "start": 934183523,
            "stop": 934183535
        },
        {
            "start": 934183538,
            "stop": 934183545
        },
        {
            "start": 934183548,
            "stop": 934183551
        },
        {
            "start": 934183553,
            "stop": 934184860
        },
        {
            "start": 934184862,
            "stop": 934185354
        }
    ]
}