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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=340",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 341,
    "results": [
        {
            "start": 818252629,
            "stop": 818252632
        },
        {
            "start": 818252635,
            "stop": 818252638
        },
        {
            "start": 818252643,
            "stop": 818252644
        },
        {
            "start": 818252650,
            "stop": 818252654
        },
        {
            "start": 818252657,
            "stop": 818252661
        },
        {
            "start": 818252667,
            "stop": 818252668
        },
        {
            "start": 818252675,
            "stop": 818252688
        },
        {
            "start": 818252691,
            "stop": 818252692
        },
        {
            "start": 818252711,
            "stop": 818252716
        },
        {
            "start": 818252721,
            "stop": 818252723
        },
        {
            "start": 818252741,
            "stop": 818252749
        },
        {
            "start": 818252753,
            "stop": 818252754
        },
        {
            "start": 818252759,
            "stop": 818252761
        },
        {
            "start": 818252766,
            "stop": 818252770
        },
        {
            "start": 818252798,
            "stop": 818252799
        },
        {
            "start": 818252820,
            "stop": 818252823
        },
        {
            "start": 818252826,
            "stop": 818252828
        },
        {
            "start": 818252833,
            "stop": 818252834
        },
        {
            "start": 818252866,
            "stop": 818252872
        },
        {
            "start": 818252875,
            "stop": 818252877
        }
    ]
}