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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=210",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 211,
    "results": [
        {
            "start": 931153237,
            "stop": 931153243
        },
        {
            "start": 931153244,
            "stop": 931153245
        },
        {
            "start": 931153248,
            "stop": 931153249
        },
        {
            "start": 931153250,
            "stop": 931153254
        },
        {
            "start": 931153255,
            "stop": 931153256
        },
        {
            "start": 931153257,
            "stop": 931153273
        },
        {
            "start": 931153275,
            "stop": 931153279
        },
        {
            "start": 931153283,
            "stop": 931153284
        },
        {
            "start": 931153288,
            "stop": 931153291
        },
        {
            "start": 931153292,
            "stop": 931153293
        },
        {
            "start": 931153295,
            "stop": 931153306
        },
        {
            "start": 931153308,
            "stop": 931153313
        },
        {
            "start": 931153314,
            "stop": 931153321
        },
        {
            "start": 931153322,
            "stop": 931153323
        },
        {
            "start": 931153324,
            "stop": 931153328
        },
        {
            "start": 931153333,
            "stop": 931153335
        },
        {
            "start": 931153336,
            "stop": 931153337
        },
        {
            "start": 931153338,
            "stop": 931153341
        },
        {
            "start": 931153350,
            "stop": 931153352
        },
        {
            "start": 931153355,
            "stop": 931153362
        }
    ]
}