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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6059",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6060,
    "results": [
        {
            "start": 873799206,
            "stop": 873799751
        },
        {
            "start": 873799754,
            "stop": 873799757
        },
        {
            "start": 873799760,
            "stop": 873799772
        },
        {
            "start": 873799776,
            "stop": 873799798
        },
        {
            "start": 873799807,
            "stop": 873799813
        },
        {
            "start": 873799819,
            "stop": 873799825
        },
        {
            "start": 873799828,
            "stop": 873799858
        },
        {
            "start": 873799861,
            "stop": 873799921
        },
        {
            "start": 873799924,
            "stop": 873801337
        },
        {
            "start": 873801338,
            "stop": 873802258
        },
        {
            "start": 873802259,
            "stop": 873803452
        },
        {
            "start": 873803455,
            "stop": 873804400
        },
        {
            "start": 873804401,
            "stop": 873805961
        },
        {
            "start": 873805962,
            "stop": 873806372
        },
        {
            "start": 873806373,
            "stop": 873806812
        },
        {
            "start": 873806813,
            "stop": 873807344
        },
        {
            "start": 873807345,
            "stop": 873807423
        },
        {
            "start": 873807424,
            "stop": 873807441
        },
        {
            "start": 873807442,
            "stop": 873807549
        },
        {
            "start": 873807551,
            "stop": 873807937
        }
    ]
}