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=7453
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=7454",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7452",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7453,
    "results": [
        {
            "start": 969996253,
            "stop": 969996261
        },
        {
            "start": 969996264,
            "stop": 969996350
        },
        {
            "start": 969996353,
            "stop": 969996447
        },
        {
            "start": 969996450,
            "stop": 969996601
        },
        {
            "start": 969996604,
            "stop": 969996609
        },
        {
            "start": 969996612,
            "stop": 969996637
        },
        {
            "start": 969996640,
            "stop": 969996665
        },
        {
            "start": 969996669,
            "stop": 969996873
        },
        {
            "start": 969996876,
            "stop": 969996912
        },
        {
            "start": 969996915,
            "stop": 969997008
        },
        {
            "start": 969997015,
            "stop": 969997054
        },
        {
            "start": 969997059,
            "stop": 969997175
        },
        {
            "start": 969997179,
            "stop": 969997187
        },
        {
            "start": 969997319,
            "stop": 969997371
        },
        {
            "start": 969997374,
            "stop": 969997401
        },
        {
            "start": 969997404,
            "stop": 969997440
        },
        {
            "start": 969997443,
            "stop": 969997474
        },
        {
            "start": 969997477,
            "stop": 969997487
        },
        {
            "start": 969997607,
            "stop": 969997711
        },
        {
            "start": 969997714,
            "stop": 969997719
        }
    ]
}