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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=12",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 13,
    "results": [
        {
            "start": 933354387,
            "stop": 933357393
        },
        {
            "start": 933369460,
            "stop": 933373006
        },
        {
            "start": 933373946,
            "stop": 933376261
        },
        {
            "start": 933379458,
            "stop": 933380182
        },
        {
            "start": 933390050,
            "stop": 933392159
        },
        {
            "start": 933401132,
            "stop": 933405760
        },
        {
            "start": 933411506,
            "stop": 933416378
        },
        {
            "start": 933419191,
            "stop": 933419878
        },
        {
            "start": 933425997,
            "stop": 933428534
        },
        {
            "start": 933431363,
            "stop": 933433253
        },
        {
            "start": 933467398,
            "stop": 933467473
        },
        {
            "start": 933481667,
            "stop": 933483047
        },
        {
            "start": 933498781,
            "stop": 933499045
        },
        {
            "start": 933504175,
            "stop": 933507523
        },
        {
            "start": 933512959,
            "stop": 933519615
        },
        {
            "start": 933537615,
            "stop": 933538290
        },
        {
            "start": 933538317,
            "stop": 933538318
        },
        {
            "start": 933539631,
            "stop": 933540368
        },
        {
            "start": 933540661,
            "stop": 933543259
        },
        {
            "start": 933545624,
            "stop": 933547405
        }
    ]
}