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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=52",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 53,
    "results": [
        {
            "start": 822482729,
            "stop": 822483075
        },
        {
            "start": 822483079,
            "stop": 822483372
        },
        {
            "start": 822483375,
            "stop": 822484374
        },
        {
            "start": 822484991,
            "stop": 822485854
        },
        {
            "start": 822485857,
            "stop": 822486011
        },
        {
            "start": 822486458,
            "stop": 822486553
        },
        {
            "start": 822486688,
            "stop": 822487033
        },
        {
            "start": 822487132,
            "stop": 822487690
        },
        {
            "start": 822487694,
            "stop": 822487776
        },
        {
            "start": 822487808,
            "stop": 822487870
        },
        {
            "start": 822491020,
            "stop": 822491155
        },
        {
            "start": 822491166,
            "stop": 822491273
        },
        {
            "start": 822491277,
            "stop": 822491473
        },
        {
            "start": 822491477,
            "stop": 822491774
        },
        {
            "start": 822491778,
            "stop": 822492239
        },
        {
            "start": 822492242,
            "stop": 822493137
        },
        {
            "start": 822493588,
            "stop": 822494653
        },
        {
            "start": 822495278,
            "stop": 822497565
        },
        {
            "start": 822497569,
            "stop": 822497754
        },
        {
            "start": 822497758,
            "stop": 822497773
        }
    ]
}