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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=89",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 90,
    "results": [
        {
            "start": 824043925,
            "stop": 824045126
        },
        {
            "start": 824050613,
            "stop": 824056148
        },
        {
            "start": 824060328,
            "stop": 824062597
        },
        {
            "start": 824062600,
            "stop": 824064599
        },
        {
            "start": 824071547,
            "stop": 824074262
        },
        {
            "start": 824090845,
            "stop": 824095766
        },
        {
            "start": 824096688,
            "stop": 824113312
        },
        {
            "start": 824113313,
            "stop": 824113495
        },
        {
            "start": 824114252,
            "stop": 824128357
        },
        {
            "start": 824128360,
            "stop": 824128386
        },
        {
            "start": 824128947,
            "stop": 824131246
        },
        {
            "start": 824131322,
            "stop": 824131470
        },
        {
            "start": 824131973,
            "stop": 824131994
        },
        {
            "start": 824132078,
            "stop": 824132941
        },
        {
            "start": 824132943,
            "stop": 824133043
        },
        {
            "start": 824133045,
            "stop": 824133111
        },
        {
            "start": 824133113,
            "stop": 824133124
        },
        {
            "start": 824133126,
            "stop": 824135520
        },
        {
            "start": 824136133,
            "stop": 824138771
        },
        {
            "start": 824143905,
            "stop": 824147599
        }
    ]
}