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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=209",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 210,
    "results": [
        {
            "start": 933658954,
            "stop": 933660015
        },
        {
            "start": 933660255,
            "stop": 933661028
        },
        {
            "start": 933661046,
            "stop": 933661159
        },
        {
            "start": 933679663,
            "stop": 933680441
        },
        {
            "start": 933680446,
            "stop": 933681224
        },
        {
            "start": 933681233,
            "stop": 933681360
        },
        {
            "start": 933681855,
            "stop": 933681980
        },
        {
            "start": 933685797,
            "stop": 933687546
        },
        {
            "start": 933687551,
            "stop": 933687857
        },
        {
            "start": 933687862,
            "stop": 933688457
        },
        {
            "start": 933688462,
            "stop": 933688815
        },
        {
            "start": 933689055,
            "stop": 933689228
        },
        {
            "start": 933689233,
            "stop": 933690072
        },
        {
            "start": 933690077,
            "stop": 933692415
        },
        {
            "start": 933692655,
            "stop": 933692929
        },
        {
            "start": 933692934,
            "stop": 933693294
        },
        {
            "start": 933693299,
            "stop": 933695252
        },
        {
            "start": 933697149,
            "stop": 933697909
        },
        {
            "start": 933697912,
            "stop": 933697983
        },
        {
            "start": 933701582,
            "stop": 933702558
        }
    ]
}