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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=71",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 72,
    "results": [
        {
            "start": 822464187,
            "stop": 822465320
        },
        {
            "start": 822465322,
            "stop": 822465556
        },
        {
            "start": 822465558,
            "stop": 822471791
        },
        {
            "start": 822474508,
            "stop": 822481969
        },
        {
            "start": 822482034,
            "stop": 822482209
        },
        {
            "start": 822482210,
            "stop": 822489177
        },
        {
            "start": 822489453,
            "stop": 822489992
        },
        {
            "start": 822489994,
            "stop": 822490194
        },
        {
            "start": 822490295,
            "stop": 822497329
        },
        {
            "start": 822497331,
            "stop": 822498778
        },
        {
            "start": 822509255,
            "stop": 822510624
        },
        {
            "start": 822511572,
            "stop": 822513364
        },
        {
            "start": 822515845,
            "stop": 822520059
        },
        {
            "start": 822521033,
            "stop": 822522639
        },
        {
            "start": 822523260,
            "stop": 822523706
        },
        {
            "start": 822523848,
            "stop": 822524842
        },
        {
            "start": 822527073,
            "stop": 822527090
        },
        {
            "start": 822527121,
            "stop": 822531467
        },
        {
            "start": 822534149,
            "stop": 822544981
        },
        {
            "start": 822545969,
            "stop": 822548184
        }
    ]
}