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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=120",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 121,
    "results": [
        {
            "start": 818872452,
            "stop": 818872694
        },
        {
            "start": 818872814,
            "stop": 818875790
        },
        {
            "start": 818875793,
            "stop": 818877226
        },
        {
            "start": 818877346,
            "stop": 818878298
        },
        {
            "start": 818880188,
            "stop": 818880244
        },
        {
            "start": 818880247,
            "stop": 818883193
        },
        {
            "start": 818883464,
            "stop": 818884695
        },
        {
            "start": 818884815,
            "stop": 818885293
        },
        {
            "start": 818886084,
            "stop": 818887680
        },
        {
            "start": 818887740,
            "stop": 818887913
        },
        {
            "start": 818888033,
            "stop": 818888178
        },
        {
            "start": 818888966,
            "stop": 818889596
        },
        {
            "start": 818889716,
            "stop": 818890959
        },
        {
            "start": 818891079,
            "stop": 818892291
        },
        {
            "start": 818892504,
            "stop": 818893877
        },
        {
            "start": 818894582,
            "stop": 818896704
        },
        {
            "start": 818896736,
            "stop": 818897560
        },
        {
            "start": 818897680,
            "stop": 818900554
        },
        {
            "start": 818900558,
            "stop": 818901373
        },
        {
            "start": 818902910,
            "stop": 818903396
        }
    ]
}