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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=617",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=615",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 616,
    "results": [
        {
            "start": 828890040,
            "stop": 828890053
        },
        {
            "start": 828890147,
            "stop": 828890280
        },
        {
            "start": 828890340,
            "stop": 828890580
        },
        {
            "start": 828890640,
            "stop": 828890732
        },
        {
            "start": 828890753,
            "stop": 828891157
        },
        {
            "start": 828901064,
            "stop": 828901073
        },
        {
            "start": 828901735,
            "stop": 828901764
        },
        {
            "start": 828902564,
            "stop": 828902565
        },
        {
            "start": 828902683,
            "stop": 828902690
        },
        {
            "start": 828902736,
            "stop": 828902742
        },
        {
            "start": 828902793,
            "stop": 828902795
        },
        {
            "start": 828902814,
            "stop": 828903041
        },
        {
            "start": 828903060,
            "stop": 828903097
        },
        {
            "start": 828903124,
            "stop": 828903171
        },
        {
            "start": 828903202,
            "stop": 828903267
        },
        {
            "start": 828903360,
            "stop": 828903793
        },
        {
            "start": 828903812,
            "stop": 828904735
        },
        {
            "start": 828904752,
            "stop": 828905040
        },
        {
            "start": 828905100,
            "stop": 828905280
        },
        {
            "start": 828905340,
            "stop": 828905400
        }
    ]
}