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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=314",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 315,
    "results": [
        {
            "start": 933832958,
            "stop": 933832981
        },
        {
            "start": 933832984,
            "stop": 933833001
        },
        {
            "start": 933833004,
            "stop": 933833013
        },
        {
            "start": 933833017,
            "stop": 933833030
        },
        {
            "start": 933833035,
            "stop": 933833073
        },
        {
            "start": 933833076,
            "stop": 933833223
        },
        {
            "start": 933833226,
            "stop": 933833365
        },
        {
            "start": 933833368,
            "stop": 933833483
        },
        {
            "start": 933833486,
            "stop": 933836531
        },
        {
            "start": 933836534,
            "stop": 933836581
        },
        {
            "start": 933836584,
            "stop": 933836623
        },
        {
            "start": 933836626,
            "stop": 933836632
        },
        {
            "start": 933836637,
            "stop": 933840132
        },
        {
            "start": 933840134,
            "stop": 933840150
        },
        {
            "start": 933840153,
            "stop": 933840154
        },
        {
            "start": 933840157,
            "stop": 933840188
        },
        {
            "start": 933840190,
            "stop": 933840210
        },
        {
            "start": 933840212,
            "stop": 933840215
        },
        {
            "start": 933840218,
            "stop": 933840232
        },
        {
            "start": 933840237,
            "stop": 933843731
        }
    ]
}