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=1972
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=1973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1971",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1972,
    "results": [
        {
            "start": 855101670,
            "stop": 855117024
        },
        {
            "start": 855117060,
            "stop": 855120349
        },
        {
            "start": 855123989,
            "stop": 855136520
        },
        {
            "start": 855136522,
            "stop": 855158365
        },
        {
            "start": 855158667,
            "stop": 855159097
        },
        {
            "start": 855159397,
            "stop": 855199284
        },
        {
            "start": 855199584,
            "stop": 855220470
        },
        {
            "start": 855220530,
            "stop": 855220541
        },
        {
            "start": 855220651,
            "stop": 855221543
        },
        {
            "start": 855221843,
            "stop": 855233689
        },
        {
            "start": 855233691,
            "stop": 855241053
        },
        {
            "start": 855241055,
            "stop": 855243104
        },
        {
            "start": 855244972,
            "stop": 855246134
        },
        {
            "start": 855246137,
            "stop": 855258213
        },
        {
            "start": 855258513,
            "stop": 855268027
        },
        {
            "start": 855268529,
            "stop": 855294905
        },
        {
            "start": 855294907,
            "stop": 855312173
        },
        {
            "start": 855314161,
            "stop": 855333855
        },
        {
            "start": 855333860,
            "stop": 855333900
        },
        {
            "start": 855333905,
            "stop": 855334142
        }
    ]
}