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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2081",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2082,
    "results": [
        {
            "start": 863217791,
            "stop": 863220717
        },
        {
            "start": 863222313,
            "stop": 863226990
        },
        {
            "start": 863227050,
            "stop": 863229952
        },
        {
            "start": 863230252,
            "stop": 863259312
        },
        {
            "start": 863259318,
            "stop": 863261680
        },
        {
            "start": 863261685,
            "stop": 863275685
        },
        {
            "start": 863275690,
            "stop": 863276421
        },
        {
            "start": 863294172,
            "stop": 863294487
        },
        {
            "start": 863294490,
            "stop": 863295402
        },
        {
            "start": 863296795,
            "stop": 863301517
        },
        {
            "start": 863302793,
            "stop": 863311366
        },
        {
            "start": 863311578,
            "stop": 863316563
        },
        {
            "start": 863316814,
            "stop": 863317378
        },
        {
            "start": 863317488,
            "stop": 863318155
        },
        {
            "start": 863318455,
            "stop": 863344399
        },
        {
            "start": 863346730,
            "stop": 863350922
        },
        {
            "start": 863350928,
            "stop": 863353177
        },
        {
            "start": 863353188,
            "stop": 863353192
        },
        {
            "start": 863353198,
            "stop": 863353200
        },
        {
            "start": 863353260,
            "stop": 863353270
        }
    ]
}