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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8932",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8933,
    "results": [
        {
            "start": 873557817,
            "stop": 873557868
        },
        {
            "start": 873557887,
            "stop": 873558051
        },
        {
            "start": 873558070,
            "stop": 873558327
        },
        {
            "start": 873558344,
            "stop": 873558480
        },
        {
            "start": 873581487,
            "stop": 873581730
        },
        {
            "start": 873582690,
            "stop": 873582693
        },
        {
            "start": 873582710,
            "stop": 873582771
        },
        {
            "start": 873582797,
            "stop": 873583310
        },
        {
            "start": 873583327,
            "stop": 873583664
        },
        {
            "start": 873583681,
            "stop": 873583733
        },
        {
            "start": 873583750,
            "stop": 873583800
        },
        {
            "start": 873583817,
            "stop": 873584009
        },
        {
            "start": 873584026,
            "stop": 873584041
        },
        {
            "start": 873584077,
            "stop": 873584178
        },
        {
            "start": 873584195,
            "stop": 873584691
        },
        {
            "start": 873584708,
            "stop": 873585093
        },
        {
            "start": 873585110,
            "stop": 873585687
        },
        {
            "start": 873585704,
            "stop": 873585721
        },
        {
            "start": 873585738,
            "stop": 873586240
        },
        {
            "start": 873586257,
            "stop": 873586518
        }
    ]
}