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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=319",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 320,
    "results": [
        {
            "start": 935741055,
            "stop": 935741911
        },
        {
            "start": 935741913,
            "stop": 935742001
        },
        {
            "start": 935742004,
            "stop": 935743007
        },
        {
            "start": 935743009,
            "stop": 935743036
        },
        {
            "start": 935743038,
            "stop": 935744415
        },
        {
            "start": 935744655,
            "stop": 935744701
        },
        {
            "start": 935744704,
            "stop": 935744867
        },
        {
            "start": 935744869,
            "stop": 935745332
        },
        {
            "start": 935745334,
            "stop": 935746172
        },
        {
            "start": 935751213,
            "stop": 935751615
        },
        {
            "start": 935751855,
            "stop": 935751868
        },
        {
            "start": 935751928,
            "stop": 935751988
        },
        {
            "start": 935752048,
            "stop": 935752168
        },
        {
            "start": 935752228,
            "stop": 935752288
        },
        {
            "start": 935752408,
            "stop": 935752468
        },
        {
            "start": 935752528,
            "stop": 935755215
        },
        {
            "start": 935755455,
            "stop": 935755698
        },
        {
            "start": 935755700,
            "stop": 935757048
        },
        {
            "start": 935757050,
            "stop": 935757995
        },
        {
            "start": 935757997,
            "stop": 935758369
        }
    ]
}