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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 150,
    "results": [
        {
            "start": 931400477,
            "stop": 931400493
        },
        {
            "start": 931400495,
            "stop": 931400537
        },
        {
            "start": 931400539,
            "stop": 931400547
        },
        {
            "start": 931400548,
            "stop": 931400550
        },
        {
            "start": 931400551,
            "stop": 931400579
        },
        {
            "start": 931400581,
            "stop": 931400597
        },
        {
            "start": 931400599,
            "stop": 931400618
        },
        {
            "start": 931400619,
            "stop": 931400629
        },
        {
            "start": 931400630,
            "stop": 931400643
        },
        {
            "start": 931400645,
            "stop": 931400648
        },
        {
            "start": 931400650,
            "stop": 931400668
        },
        {
            "start": 931400670,
            "stop": 931400676
        },
        {
            "start": 931400680,
            "stop": 931400692
        },
        {
            "start": 931400694,
            "stop": 931400696
        },
        {
            "start": 931400700,
            "stop": 931400706
        },
        {
            "start": 931400709,
            "stop": 931400710
        },
        {
            "start": 931400711,
            "stop": 931400712
        },
        {
            "start": 931400714,
            "stop": 931400737
        },
        {
            "start": 931400739,
            "stop": 931400746
        },
        {
            "start": 931400747,
            "stop": 931400783
        }
    ]
}