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=3253
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=3254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3252",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3253,
    "results": [
        {
            "start": 872660280,
            "stop": 872665147
        },
        {
            "start": 872665153,
            "stop": 872693520
        },
        {
            "start": 872693580,
            "stop": 872696864
        },
        {
            "start": 872697045,
            "stop": 872702627
        },
        {
            "start": 872702633,
            "stop": 872703707
        },
        {
            "start": 872703713,
            "stop": 872704590
        },
        {
            "start": 872704650,
            "stop": 872704671
        },
        {
            "start": 872706040,
            "stop": 872706064
        },
        {
            "start": 872706629,
            "stop": 872706678
        },
        {
            "start": 872708189,
            "stop": 872708235
        },
        {
            "start": 872715147,
            "stop": 872715437
        },
        {
            "start": 872715441,
            "stop": 872716604
        },
        {
            "start": 872716785,
            "stop": 872719500
        },
        {
            "start": 872719560,
            "stop": 872719920
        },
        {
            "start": 872719924,
            "stop": 872720186
        },
        {
            "start": 872720189,
            "stop": 872720220
        },
        {
            "start": 872720225,
            "stop": 872725294
        },
        {
            "start": 872725299,
            "stop": 872725800
        },
        {
            "start": 872725980,
            "stop": 872726160
        },
        {
            "start": 872726280,
            "stop": 872731127
        }
    ]
}