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_CAT2/segments?format=api&page=480
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=481",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=479",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 480,
    "results": [
        {
            "start": 955494182,
            "stop": 955507253
        },
        {
            "start": 955509899,
            "stop": 955509928
        },
        {
            "start": 955510213,
            "stop": 955511333
        },
        {
            "start": 955512633,
            "stop": 955534300
        },
        {
            "start": 955537997,
            "stop": 955541685
        },
        {
            "start": 955543207,
            "stop": 955550227
        },
        {
            "start": 955551553,
            "stop": 955552088
        },
        {
            "start": 955553989,
            "stop": 955567565
        },
        {
            "start": 955567586,
            "stop": 955570085
        },
        {
            "start": 955571546,
            "stop": 955577347
        },
        {
            "start": 955579948,
            "stop": 955588361
        },
        {
            "start": 955588362,
            "stop": 955588715
        },
        {
            "start": 955590419,
            "stop": 955590420
        },
        {
            "start": 955590744,
            "stop": 955590773
        },
        {
            "start": 955590858,
            "stop": 955591371
        },
        {
            "start": 955593395,
            "stop": 955599664
        },
        {
            "start": 955600949,
            "stop": 955606320
        },
        {
            "start": 955609809,
            "stop": 955633098
        },
        {
            "start": 955639966,
            "stop": 955660884
        },
        {
            "start": 955664355,
            "stop": 955666727
        }
    ]
}