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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=520",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=518",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 519,
    "results": [
        {
            "start": 964653602,
            "stop": 964656370
        },
        {
            "start": 964656371,
            "stop": 964656645
        },
        {
            "start": 964656646,
            "stop": 964656727
        },
        {
            "start": 964656728,
            "stop": 964723901
        },
        {
            "start": 964726450,
            "stop": 964826068
        },
        {
            "start": 964829879,
            "stop": 964871823
        },
        {
            "start": 964872417,
            "stop": 964883173
        },
        {
            "start": 964908968,
            "stop": 964933198
        },
        {
            "start": 964934695,
            "stop": 964962349
        },
        {
            "start": 964969304,
            "stop": 964976919
        },
        {
            "start": 964976920,
            "stop": 964977516
        },
        {
            "start": 964979291,
            "stop": 964981698
        },
        {
            "start": 964981699,
            "stop": 964991363
        },
        {
            "start": 964991366,
            "stop": 964993767
        },
        {
            "start": 965043531,
            "stop": 965044617
        },
        {
            "start": 965046108,
            "stop": 965055696
        },
        {
            "start": 965060380,
            "stop": 965065782
        },
        {
            "start": 965065784,
            "stop": 965065786
        },
        {
            "start": 965065787,
            "stop": 965068817
        },
        {
            "start": 965068818,
            "stop": 965072199
        }
    ]
}