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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=690",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=688",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 689,
    "results": [
        {
            "start": 829973617,
            "stop": 829974747
        },
        {
            "start": 829974751,
            "stop": 829974986
        },
        {
            "start": 829974989,
            "stop": 829981181
        },
        {
            "start": 829981198,
            "stop": 829981827
        },
        {
            "start": 829984768,
            "stop": 829987588
        },
        {
            "start": 829987607,
            "stop": 829993287
        },
        {
            "start": 829993304,
            "stop": 830003991
        },
        {
            "start": 830003995,
            "stop": 830006160
        },
        {
            "start": 830006280,
            "stop": 830007070
        },
        {
            "start": 830007087,
            "stop": 830008931
        },
        {
            "start": 830008934,
            "stop": 830009274
        },
        {
            "start": 830009291,
            "stop": 830009370
        },
        {
            "start": 830009376,
            "stop": 830011680
        },
        {
            "start": 830011800,
            "stop": 830012453
        },
        {
            "start": 830032479,
            "stop": 830032480
        },
        {
            "start": 830032538,
            "stop": 830032540
        },
        {
            "start": 830032717,
            "stop": 830032718
        },
        {
            "start": 830032751,
            "stop": 830032758
        },
        {
            "start": 830032948,
            "stop": 830032962
        },
        {
            "start": 830032991,
            "stop": 830032992
        }
    ]
}