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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3266",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3267,
    "results": [
        {
            "start": 873436080,
            "stop": 873436439
        },
        {
            "start": 873436923,
            "stop": 873449400
        },
        {
            "start": 873449460,
            "stop": 873452460
        },
        {
            "start": 873452520,
            "stop": 873461747
        },
        {
            "start": 873461753,
            "stop": 873465540
        },
        {
            "start": 873465660,
            "stop": 873471055
        },
        {
            "start": 873471070,
            "stop": 873471092
        },
        {
            "start": 873471098,
            "stop": 873471105
        },
        {
            "start": 873471115,
            "stop": 873471120
        },
        {
            "start": 873471180,
            "stop": 873471600
        },
        {
            "start": 873471660,
            "stop": 873472980
        },
        {
            "start": 873473040,
            "stop": 873473760
        },
        {
            "start": 873473820,
            "stop": 873473880
        },
        {
            "start": 873473940,
            "stop": 873478020
        },
        {
            "start": 873478200,
            "stop": 873479460
        },
        {
            "start": 873479520,
            "stop": 873480108
        },
        {
            "start": 873480112,
            "stop": 873481200
        },
        {
            "start": 873481260,
            "stop": 873481980
        },
        {
            "start": 873484056,
            "stop": 873485012
        },
        {
            "start": 873485023,
            "stop": 873485040
        }
    ]
}