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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=230",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 231,
    "results": [
        {
            "start": 817800439,
            "stop": 817800456
        },
        {
            "start": 817800475,
            "stop": 817800496
        },
        {
            "start": 817800539,
            "stop": 817800543
        },
        {
            "start": 817800564,
            "stop": 817800588
        },
        {
            "start": 817800643,
            "stop": 817800658
        },
        {
            "start": 817800724,
            "stop": 817800745
        },
        {
            "start": 817800779,
            "stop": 817800791
        },
        {
            "start": 817800852,
            "stop": 817800876
        },
        {
            "start": 817800910,
            "stop": 817800957
        },
        {
            "start": 817800998,
            "stop": 817801013
        },
        {
            "start": 817801285,
            "stop": 817801306
        },
        {
            "start": 817801330,
            "stop": 817801340
        },
        {
            "start": 817801370,
            "stop": 817801381
        },
        {
            "start": 817801411,
            "stop": 817801421
        },
        {
            "start": 817801767,
            "stop": 817801770
        },
        {
            "start": 817801971,
            "stop": 817801989
        },
        {
            "start": 817802280,
            "stop": 817802292
        },
        {
            "start": 817802431,
            "stop": 817802458
        },
        {
            "start": 817802616,
            "stop": 817802636
        },
        {
            "start": 817802777,
            "stop": 817802810
        }
    ]
}