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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=255",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 256,
    "results": [
        {
            "start": 931165054,
            "stop": 931165056
        },
        {
            "start": 931165057,
            "stop": 931165060
        },
        {
            "start": 931165061,
            "stop": 931165063
        },
        {
            "start": 931165064,
            "stop": 931165065
        },
        {
            "start": 931165067,
            "stop": 931165069
        },
        {
            "start": 931165070,
            "stop": 931165072
        },
        {
            "start": 931165073,
            "stop": 931165074
        },
        {
            "start": 931165075,
            "stop": 931165079
        },
        {
            "start": 931165081,
            "stop": 931165084
        },
        {
            "start": 931165085,
            "stop": 931165087
        },
        {
            "start": 931165091,
            "stop": 931165093
        },
        {
            "start": 931165095,
            "stop": 931165098
        },
        {
            "start": 931165099,
            "stop": 931165102
        },
        {
            "start": 931165104,
            "stop": 931165112
        },
        {
            "start": 931165113,
            "stop": 931165116
        },
        {
            "start": 931165118,
            "stop": 931165120
        },
        {
            "start": 931165121,
            "stop": 931165128
        },
        {
            "start": 931165129,
            "stop": 931165131
        },
        {
            "start": 931165132,
            "stop": 931165133
        },
        {
            "start": 931165135,
            "stop": 931165145
        }
    ]
}