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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=24",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 25,
    "results": [
        {
            "start": 938786041,
            "stop": 938789632
        },
        {
            "start": 938793393,
            "stop": 938802990
        },
        {
            "start": 938804704,
            "stop": 938805584
        },
        {
            "start": 938807495,
            "stop": 938810304
        },
        {
            "start": 938814174,
            "stop": 938814456
        },
        {
            "start": 938820420,
            "stop": 938823774
        },
        {
            "start": 938829945,
            "stop": 938830632
        },
        {
            "start": 938832203,
            "stop": 938834234
        },
        {
            "start": 938836796,
            "stop": 938837787
        },
        {
            "start": 938838951,
            "stop": 938839949
        },
        {
            "start": 938853837,
            "stop": 938854749
        },
        {
            "start": 938857212,
            "stop": 938867539
        },
        {
            "start": 938870726,
            "stop": 938876483
        },
        {
            "start": 939035694,
            "stop": 939041234
        },
        {
            "start": 939042180,
            "stop": 939043586
        },
        {
            "start": 939046455,
            "stop": 939046826
        },
        {
            "start": 939048836,
            "stop": 939066314
        },
        {
            "start": 939067906,
            "stop": 939069717
        },
        {
            "start": 939072309,
            "stop": 939087485
        },
        {
            "start": 939098292,
            "stop": 939116924
        }
    ]
}