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=1865
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=1866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1864",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1865,
    "results": [
        {
            "start": 844459817,
            "stop": 844462897
        },
        {
            "start": 844463298,
            "stop": 844464569
        },
        {
            "start": 844464742,
            "stop": 844465080
        },
        {
            "start": 844465085,
            "stop": 844466466
        },
        {
            "start": 844467044,
            "stop": 844467614
        },
        {
            "start": 844468015,
            "stop": 844468327
        },
        {
            "start": 844468627,
            "stop": 844468666
        },
        {
            "start": 844468776,
            "stop": 844468812
        },
        {
            "start": 844468818,
            "stop": 844468835
        },
        {
            "start": 844468840,
            "stop": 844471557
        },
        {
            "start": 844471857,
            "stop": 844477592
        },
        {
            "start": 844477598,
            "stop": 844477635
        },
        {
            "start": 844477640,
            "stop": 844477655
        },
        {
            "start": 844477660,
            "stop": 844485630
        },
        {
            "start": 844485771,
            "stop": 844487295
        },
        {
            "start": 844487595,
            "stop": 844488654
        },
        {
            "start": 844488690,
            "stop": 844497510
        },
        {
            "start": 844497650,
            "stop": 844498408
        },
        {
            "start": 844498708,
            "stop": 844508204
        },
        {
            "start": 844511881,
            "stop": 844514901
        }
    ]
}