Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=429
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=428",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 429,
    "results": [
        {
            "start": 941950867,
            "stop": 941951160
        },
        {
            "start": 941951162,
            "stop": 941951217
        },
        {
            "start": 941951219,
            "stop": 941955125
        },
        {
            "start": 941955127,
            "stop": 941956590
        },
        {
            "start": 941956591,
            "stop": 941956683
        },
        {
            "start": 941956690,
            "stop": 941959680
        },
        {
            "start": 942139555,
            "stop": 942140118
        },
        {
            "start": 942140119,
            "stop": 942142310
        },
        {
            "start": 942142311,
            "stop": 942147835
        },
        {
            "start": 942147836,
            "stop": 942155423
        },
        {
            "start": 942156313,
            "stop": 942158924
        },
        {
            "start": 942162482,
            "stop": 942168905
        },
        {
            "start": 942174770,
            "stop": 942175013
        },
        {
            "start": 942197140,
            "stop": 942201189
        },
        {
            "start": 942204139,
            "stop": 942208686
        },
        {
            "start": 942210317,
            "stop": 942214857
        },
        {
            "start": 942217947,
            "stop": 942218461
        },
        {
            "start": 942218613,
            "stop": 942237692
        },
        {
            "start": 942237693,
            "stop": 942252794
        },
        {
            "start": 942252796,
            "stop": 942254358
        }
    ]
}