Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=80
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=79",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 80,
    "results": [
        {
            "start": 822668211,
            "stop": 822668214
        },
        {
            "start": 822668218,
            "stop": 822668228
        },
        {
            "start": 822668237,
            "stop": 822668241
        },
        {
            "start": 822668252,
            "stop": 822668280
        },
        {
            "start": 822668304,
            "stop": 822668313
        },
        {
            "start": 822668322,
            "stop": 822668328
        },
        {
            "start": 822668337,
            "stop": 822668342
        },
        {
            "start": 822668346,
            "stop": 822668352
        },
        {
            "start": 822668355,
            "stop": 822668364
        },
        {
            "start": 822668378,
            "stop": 822668382
        },
        {
            "start": 822695327,
            "stop": 822695673
        },
        {
            "start": 822695676,
            "stop": 822696057
        },
        {
            "start": 822696061,
            "stop": 822696067
        },
        {
            "start": 822696071,
            "stop": 822696605
        },
        {
            "start": 822696609,
            "stop": 822696935
        },
        {
            "start": 822698006,
            "stop": 822698435
        },
        {
            "start": 822698512,
            "stop": 822714369
        },
        {
            "start": 822715671,
            "stop": 822722907
        },
        {
            "start": 822722911,
            "stop": 822722994
        },
        {
            "start": 822722998,
            "stop": 822723591
        }
    ]
}