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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=143",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 144,
    "results": [
        {
            "start": 817032557,
            "stop": 817033076
        },
        {
            "start": 817033093,
            "stop": 817033282
        },
        {
            "start": 817033320,
            "stop": 817033587
        },
        {
            "start": 817033619,
            "stop": 817033777
        },
        {
            "start": 817033796,
            "stop": 817033885
        },
        {
            "start": 817033906,
            "stop": 817034044
        },
        {
            "start": 817059328,
            "stop": 817059331
        },
        {
            "start": 817059356,
            "stop": 817059373
        },
        {
            "start": 817059492,
            "stop": 817059499
        },
        {
            "start": 817059519,
            "stop": 817059541
        },
        {
            "start": 817059562,
            "stop": 817059622
        },
        {
            "start": 817059641,
            "stop": 817059642
        },
        {
            "start": 817059676,
            "stop": 817059710
        },
        {
            "start": 817059764,
            "stop": 817059766
        },
        {
            "start": 817059818,
            "stop": 817059821
        },
        {
            "start": 817059970,
            "stop": 817059972
        },
        {
            "start": 817059999,
            "stop": 817060027
        },
        {
            "start": 817060048,
            "stop": 817060115
        },
        {
            "start": 817060263,
            "stop": 817060265
        },
        {
            "start": 817060323,
            "stop": 817060345
        }
    ]
}