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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=16",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 17,
    "results": [
        {
            "start": 815298561,
            "stop": 815298591
        },
        {
            "start": 815298615,
            "stop": 815298625
        },
        {
            "start": 815298629,
            "stop": 815298684
        },
        {
            "start": 815298688,
            "stop": 815298712
        },
        {
            "start": 815298715,
            "stop": 815298786
        },
        {
            "start": 815298795,
            "stop": 815298840
        },
        {
            "start": 815298843,
            "stop": 815298862
        },
        {
            "start": 815298865,
            "stop": 815298932
        },
        {
            "start": 815298936,
            "stop": 815298941
        },
        {
            "start": 815298945,
            "stop": 815299015
        },
        {
            "start": 815299019,
            "stop": 815299024
        },
        {
            "start": 815299028,
            "stop": 815299046
        },
        {
            "start": 815299057,
            "stop": 815299083
        },
        {
            "start": 815299092,
            "stop": 815299116
        },
        {
            "start": 815299120,
            "stop": 815299164
        },
        {
            "start": 815299168,
            "stop": 815299231
        },
        {
            "start": 815299235,
            "stop": 815299291
        },
        {
            "start": 815299294,
            "stop": 815299311
        },
        {
            "start": 815299315,
            "stop": 815299365
        },
        {
            "start": 815299368,
            "stop": 815299404
        }
    ]
}