Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46692
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=46693",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46691",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46692,
    "results": [
        {
            "start": 875048177,
            "stop": 875048188
        },
        {
            "start": 875048190,
            "stop": 875048206
        },
        {
            "start": 875048207,
            "stop": 875048211
        },
        {
            "start": 875048213,
            "stop": 875048229
        },
        {
            "start": 875048230,
            "stop": 875048243
        },
        {
            "start": 875048244,
            "stop": 875048248
        },
        {
            "start": 875048249,
            "stop": 875048250
        },
        {
            "start": 875048252,
            "stop": 875048283
        },
        {
            "start": 875048285,
            "stop": 875048291
        },
        {
            "start": 875048293,
            "stop": 875048294
        },
        {
            "start": 875048295,
            "stop": 875048299
        },
        {
            "start": 875048300,
            "stop": 875048312
        },
        {
            "start": 875048313,
            "stop": 875048329
        },
        {
            "start": 875048330,
            "stop": 875048336
        },
        {
            "start": 875048337,
            "stop": 875048346
        },
        {
            "start": 875048348,
            "stop": 875048357
        },
        {
            "start": 875048359,
            "stop": 875048370
        },
        {
            "start": 875048371,
            "stop": 875048374
        },
        {
            "start": 875048375,
            "stop": 875048378
        },
        {
            "start": 875048380,
            "stop": 875048381
        }
    ]
}