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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=147",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 148,
    "results": [
        {
            "start": 819453450,
            "stop": 819454834
        },
        {
            "start": 819454837,
            "stop": 819470997
        },
        {
            "start": 819471001,
            "stop": 819480686
        },
        {
            "start": 819482620,
            "stop": 819542499
        },
        {
            "start": 819542502,
            "stop": 819546410
        },
        {
            "start": 819546413,
            "stop": 819549480
        },
        {
            "start": 819549483,
            "stop": 819553787
        },
        {
            "start": 819553804,
            "stop": 819553897
        },
        {
            "start": 819553900,
            "stop": 819554914
        },
        {
            "start": 819554918,
            "stop": 819555918
        },
        {
            "start": 819556238,
            "stop": 819556354
        },
        {
            "start": 819556754,
            "stop": 819557075
        },
        {
            "start": 819557681,
            "stop": 819558376
        },
        {
            "start": 819558379,
            "stop": 819559375
        },
        {
            "start": 819559378,
            "stop": 819561154
        },
        {
            "start": 819561157,
            "stop": 819562691
        },
        {
            "start": 819562694,
            "stop": 819565128
        },
        {
            "start": 819565131,
            "stop": 819568681
        },
        {
            "start": 819568684,
            "stop": 819573032
        },
        {
            "start": 819573510,
            "stop": 819574234
        }
    ]
}