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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT2_H2L1/segments?format=api&page=1062",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1063,
    "results": [
        {
            "start": 875202538,
            "stop": 875203198
        },
        {
            "start": 875203400,
            "stop": 875203610
        },
        {
            "start": 875203827,
            "stop": 875210367
        },
        {
            "start": 875210551,
            "stop": 875213941
        },
        {
            "start": 875214031,
            "stop": 875220031
        },
        {
            "start": 875220189,
            "stop": 875220369
        },
        {
            "start": 875220503,
            "stop": 875220683
        },
        {
            "start": 875220843,
            "stop": 875222943
        },
        {
            "start": 875223123,
            "stop": 875223663
        },
        {
            "start": 875224039,
            "stop": 875229079
        },
        {
            "start": 875229229,
            "stop": 875230219
        },
        {
            "start": 875231535,
            "stop": 875232014
        }
    ]
}