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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1884",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1882",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1883,
    "results": [
        {
            "start": 846192374,
            "stop": 846192700
        },
        {
            "start": 846193492,
            "stop": 846193711
        },
        {
            "start": 846193821,
            "stop": 846193991
        },
        {
            "start": 846194291,
            "stop": 846194485
        },
        {
            "start": 846194917,
            "stop": 846194920
        },
        {
            "start": 846194921,
            "stop": 846195029
        },
        {
            "start": 846195030,
            "stop": 846195062
        },
        {
            "start": 846195064,
            "stop": 846195068
        },
        {
            "start": 846195069,
            "stop": 846195070
        },
        {
            "start": 846195072,
            "stop": 846195075
        },
        {
            "start": 846195077,
            "stop": 846195085
        },
        {
            "start": 846200358,
            "stop": 846201882
        },
        {
            "start": 846202530,
            "stop": 846202652
        },
        {
            "start": 846202994,
            "stop": 846255399
        },
        {
            "start": 846255515,
            "stop": 846256564
        },
        {
            "start": 846256568,
            "stop": 846257323
        },
        {
            "start": 846257329,
            "stop": 846257662
        },
        {
            "start": 846257665,
            "stop": 846262079
        },
        {
            "start": 846262082,
            "stop": 846262086
        },
        {
            "start": 846262099,
            "stop": 846262107
        }
    ]
}