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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=264",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 265,
    "results": [
        {
            "start": 821044321,
            "stop": 821044327
        },
        {
            "start": 821044335,
            "stop": 821044346
        },
        {
            "start": 821044365,
            "stop": 821044371
        },
        {
            "start": 821044374,
            "stop": 821044380
        },
        {
            "start": 821044388,
            "stop": 821044419
        },
        {
            "start": 821044423,
            "stop": 821044424
        },
        {
            "start": 821044605,
            "stop": 821044613
        },
        {
            "start": 821044616,
            "stop": 821044637
        },
        {
            "start": 821044641,
            "stop": 821044843
        },
        {
            "start": 821044846,
            "stop": 821044903
        },
        {
            "start": 821044912,
            "stop": 821044972
        },
        {
            "start": 821044975,
            "stop": 821045036
        },
        {
            "start": 821045039,
            "stop": 821045197
        },
        {
            "start": 821045201,
            "stop": 821045270
        },
        {
            "start": 821045273,
            "stop": 821045376
        },
        {
            "start": 821045799,
            "stop": 821045810
        },
        {
            "start": 821045814,
            "stop": 821045846
        },
        {
            "start": 821045849,
            "stop": 821045858
        },
        {
            "start": 821045872,
            "stop": 821045892
        },
        {
            "start": 821045896,
            "stop": 821045916
        }
    ]
}