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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33102",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33103,
    "results": [
        {
            "start": 970555846,
            "stop": 970555851
        },
        {
            "start": 970555853,
            "stop": 970555874
        },
        {
            "start": 970555875,
            "stop": 970555896
        },
        {
            "start": 970555898,
            "stop": 970555905
        },
        {
            "start": 970555906,
            "stop": 970555961
        },
        {
            "start": 970555962,
            "stop": 970555996
        },
        {
            "start": 970555997,
            "stop": 970556000
        },
        {
            "start": 970556003,
            "stop": 970556023
        },
        {
            "start": 970556024,
            "stop": 970556043
        },
        {
            "start": 970556044,
            "stop": 970556045
        },
        {
            "start": 970556048,
            "stop": 970556058
        },
        {
            "start": 970556059,
            "stop": 970556080
        },
        {
            "start": 970556081,
            "stop": 970556102
        },
        {
            "start": 970556104,
            "stop": 970556154
        },
        {
            "start": 970556156,
            "stop": 970556157
        },
        {
            "start": 970556160,
            "stop": 970556184
        },
        {
            "start": 970556189,
            "stop": 970556195
        },
        {
            "start": 970556197,
            "stop": 970556205
        },
        {
            "start": 970556206,
            "stop": 970556215
        },
        {
            "start": 970556218,
            "stop": 970556219
        }
    ]
}