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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40665",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40663",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40664,
    "results": [
        {
            "start": 874922098,
            "stop": 874922111
        },
        {
            "start": 874922113,
            "stop": 874922125
        },
        {
            "start": 874922126,
            "stop": 874922127
        },
        {
            "start": 874922128,
            "stop": 874922147
        },
        {
            "start": 874922148,
            "stop": 874922199
        },
        {
            "start": 874922200,
            "stop": 874922247
        },
        {
            "start": 874922248,
            "stop": 874922249
        },
        {
            "start": 874922252,
            "stop": 874922256
        },
        {
            "start": 874922258,
            "stop": 874922263
        },
        {
            "start": 874922266,
            "stop": 874922326
        },
        {
            "start": 874922329,
            "stop": 874922337
        },
        {
            "start": 874922338,
            "stop": 874922346
        },
        {
            "start": 874922347,
            "stop": 874922359
        },
        {
            "start": 874922360,
            "stop": 874922366
        },
        {
            "start": 874922368,
            "stop": 874922418
        },
        {
            "start": 874922419,
            "stop": 874922426
        },
        {
            "start": 874922427,
            "stop": 874922428
        },
        {
            "start": 874922429,
            "stop": 874922452
        },
        {
            "start": 874922454,
            "stop": 874922462
        },
        {
            "start": 874922463,
            "stop": 874922479
        }
    ]
}