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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7410",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7408",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7409,
    "results": [
        {
            "start": 969846684,
            "stop": 969847176
        },
        {
            "start": 969847187,
            "stop": 969847824
        },
        {
            "start": 969847827,
            "stop": 969848438
        },
        {
            "start": 969848441,
            "stop": 969848573
        },
        {
            "start": 969848594,
            "stop": 969849236
        },
        {
            "start": 969849247,
            "stop": 969849390
        },
        {
            "start": 969849425,
            "stop": 969849443
        },
        {
            "start": 969849464,
            "stop": 969850227
        },
        {
            "start": 969850230,
            "stop": 969851508
        },
        {
            "start": 969851511,
            "stop": 969851529
        },
        {
            "start": 969851550,
            "stop": 969851656
        },
        {
            "start": 969851660,
            "stop": 969851666
        },
        {
            "start": 969851669,
            "stop": 969851793
        },
        {
            "start": 969851814,
            "stop": 969851825
        },
        {
            "start": 969851842,
            "stop": 969851980
        },
        {
            "start": 969852001,
            "stop": 969852139
        },
        {
            "start": 969852160,
            "stop": 969852325
        },
        {
            "start": 969852346,
            "stop": 969852478
        },
        {
            "start": 969852481,
            "stop": 969852484
        },
        {
            "start": 969852505,
            "stop": 969853441
        }
    ]
}