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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=48",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 49,
    "results": [
        {
            "start": 820518451,
            "stop": 820523482
        },
        {
            "start": 820525093,
            "stop": 820528746
        },
        {
            "start": 820529066,
            "stop": 820531086
        },
        {
            "start": 820532220,
            "stop": 820533267
        },
        {
            "start": 820533667,
            "stop": 820533688
        },
        {
            "start": 820534008,
            "stop": 820534836
        },
        {
            "start": 820535236,
            "stop": 820536774
        },
        {
            "start": 820537635,
            "stop": 820539373
        },
        {
            "start": 820540170,
            "stop": 820540218
        },
        {
            "start": 820540618,
            "stop": 820541005
        },
        {
            "start": 820541008,
            "stop": 820541016
        },
        {
            "start": 820541019,
            "stop": 820541034
        },
        {
            "start": 820541037,
            "stop": 820541047
        },
        {
            "start": 820541050,
            "stop": 820544469
        },
        {
            "start": 820545542,
            "stop": 820554163
        },
        {
            "start": 820555503,
            "stop": 820557403
        },
        {
            "start": 820557886,
            "stop": 820562733
        },
        {
            "start": 820563201,
            "stop": 820595204
        },
        {
            "start": 820595205,
            "stop": 820611774
        },
        {
            "start": 820611991,
            "stop": 820626093
        }
    ]
}