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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=184",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 185,
    "results": [
        {
            "start": 817444890,
            "stop": 817444995
        },
        {
            "start": 817445021,
            "stop": 817445084
        },
        {
            "start": 817445119,
            "stop": 817447218
        },
        {
            "start": 817447235,
            "stop": 817447351
        },
        {
            "start": 817447371,
            "stop": 817447496
        },
        {
            "start": 817451182,
            "stop": 817451221
        },
        {
            "start": 817451267,
            "stop": 817451321
        },
        {
            "start": 817451341,
            "stop": 817451355
        },
        {
            "start": 817451382,
            "stop": 817451651
        },
        {
            "start": 817451696,
            "stop": 817451725
        },
        {
            "start": 817451747,
            "stop": 817451771
        },
        {
            "start": 817451791,
            "stop": 817453275
        },
        {
            "start": 817453304,
            "stop": 817453347
        },
        {
            "start": 817453366,
            "stop": 817453376
        },
        {
            "start": 817453395,
            "stop": 817453587
        },
        {
            "start": 817453604,
            "stop": 817457432
        },
        {
            "start": 817457455,
            "stop": 817460486
        },
        {
            "start": 817460517,
            "stop": 817460640
        },
        {
            "start": 817460660,
            "stop": 817461150
        },
        {
            "start": 817463345,
            "stop": 817464410
        }
    ]
}