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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=61",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 62,
    "results": [
        {
            "start": 952061848,
            "stop": 952064816
        },
        {
            "start": 952066259,
            "stop": 952066797
        },
        {
            "start": 952068513,
            "stop": 952072557
        },
        {
            "start": 952076792,
            "stop": 952077524
        },
        {
            "start": 952079929,
            "stop": 952083820
        },
        {
            "start": 952086337,
            "stop": 952098245
        },
        {
            "start": 952100094,
            "stop": 952101484
        },
        {
            "start": 952135714,
            "stop": 952142433
        },
        {
            "start": 952146750,
            "stop": 952161112
        },
        {
            "start": 952164359,
            "stop": 952173089
        },
        {
            "start": 952177525,
            "stop": 952179237
        },
        {
            "start": 952221746,
            "stop": 952237314
        },
        {
            "start": 952244839,
            "stop": 952247473
        },
        {
            "start": 952253837,
            "stop": 952258123
        },
        {
            "start": 952261575,
            "stop": 952265241
        },
        {
            "start": 952271637,
            "stop": 952272041
        },
        {
            "start": 952272052,
            "stop": 952273557
        },
        {
            "start": 952293024,
            "stop": 952294440
        },
        {
            "start": 952303710,
            "stop": 952310152
        },
        {
            "start": 952311863,
            "stop": 952338041
        }
    ]
}