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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=148",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 149,
    "results": [
        {
            "start": 932058801,
            "stop": 932058808
        },
        {
            "start": 932058811,
            "stop": 932060238
        },
        {
            "start": 932060240,
            "stop": 932060575
        },
        {
            "start": 932062705,
            "stop": 932063215
        },
        {
            "start": 932063218,
            "stop": 932063380
        },
        {
            "start": 932063382,
            "stop": 932063407
        },
        {
            "start": 932063411,
            "stop": 932063782
        },
        {
            "start": 932063785,
            "stop": 932064206
        },
        {
            "start": 932064208,
            "stop": 932064473
        },
        {
            "start": 932064475,
            "stop": 932064998
        },
        {
            "start": 932065001,
            "stop": 932065012
        },
        {
            "start": 932065015,
            "stop": 932065215
        },
        {
            "start": 932065575,
            "stop": 932066784
        },
        {
            "start": 932066787,
            "stop": 932067474
        },
        {
            "start": 932067476,
            "stop": 932067494
        },
        {
            "start": 932067497,
            "stop": 932068425
        },
        {
            "start": 932068427,
            "stop": 932068779
        },
        {
            "start": 932068781,
            "stop": 932068815
        },
        {
            "start": 932069175,
            "stop": 932069409
        },
        {
            "start": 932069411,
            "stop": 932069424
        }
    ]
}