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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4165",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4166,
    "results": [
        {
            "start": 874344235,
            "stop": 874344236
        },
        {
            "start": 874344267,
            "stop": 874344291
        },
        {
            "start": 874344353,
            "stop": 874344381
        },
        {
            "start": 874344400,
            "stop": 874344406
        },
        {
            "start": 874344494,
            "stop": 874344518
        },
        {
            "start": 874344538,
            "stop": 874344546
        },
        {
            "start": 874344565,
            "stop": 874344728
        },
        {
            "start": 874344747,
            "stop": 874344778
        },
        {
            "start": 874344797,
            "stop": 874344798
        },
        {
            "start": 874344827,
            "stop": 874344839
        },
        {
            "start": 874345002,
            "stop": 874345008
        },
        {
            "start": 874345028,
            "stop": 874345036
        },
        {
            "start": 874345161,
            "stop": 874345195
        },
        {
            "start": 874345233,
            "stop": 874345235
        },
        {
            "start": 874345254,
            "stop": 874345263
        },
        {
            "start": 874345282,
            "stop": 874345287
        },
        {
            "start": 874345372,
            "stop": 874345373
        },
        {
            "start": 874345400,
            "stop": 874345457
        },
        {
            "start": 874345505,
            "stop": 874345569
        },
        {
            "start": 874345605,
            "stop": 874345656
        }
    ]
}