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=2069
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=2070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2068",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2069,
    "results": [
        {
            "start": 862203041,
            "stop": 862203213
        },
        {
            "start": 862203215,
            "stop": 862203274
        },
        {
            "start": 862203275,
            "stop": 862203302
        },
        {
            "start": 862203304,
            "stop": 862203308
        },
        {
            "start": 862203309,
            "stop": 862203379
        },
        {
            "start": 862203381,
            "stop": 862203425
        },
        {
            "start": 862203426,
            "stop": 862203506
        },
        {
            "start": 862203508,
            "stop": 862203509
        },
        {
            "start": 862203570,
            "stop": 862203672
        },
        {
            "start": 862203673,
            "stop": 862203704
        },
        {
            "start": 862203705,
            "stop": 862204971
        },
        {
            "start": 862204973,
            "stop": 862207417
        },
        {
            "start": 862207717,
            "stop": 862209330
        },
        {
            "start": 862209450,
            "stop": 862242834
        },
        {
            "start": 862242837,
            "stop": 862245533
        },
        {
            "start": 862245536,
            "stop": 862246250
        },
        {
            "start": 862246253,
            "stop": 862250253
        },
        {
            "start": 862250256,
            "stop": 862250271
        },
        {
            "start": 862250275,
            "stop": 862251140
        },
        {
            "start": 862251145,
            "stop": 862251170
        }
    ]
}