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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=476",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=474",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 475,
    "results": [
        {
            "start": 954268966,
            "stop": 954269903
        },
        {
            "start": 954272921,
            "stop": 954278117
        },
        {
            "start": 954280782,
            "stop": 954283553
        },
        {
            "start": 954308412,
            "stop": 954308732
        },
        {
            "start": 954311077,
            "stop": 954313998
        },
        {
            "start": 954323268,
            "stop": 954342877
        },
        {
            "start": 954345357,
            "stop": 954354230
        },
        {
            "start": 954357623,
            "stop": 954365783
        },
        {
            "start": 954366832,
            "stop": 954368388
        },
        {
            "start": 954370689,
            "stop": 954386345
        },
        {
            "start": 954394278,
            "stop": 954398951
        },
        {
            "start": 954401111,
            "stop": 954401364
        },
        {
            "start": 954408151,
            "stop": 954413212
        },
        {
            "start": 954413214,
            "stop": 954418651
        },
        {
            "start": 954418652,
            "stop": 954436539
        },
        {
            "start": 954439391,
            "stop": 954440041
        },
        {
            "start": 954441583,
            "stop": 954443369
        },
        {
            "start": 954445052,
            "stop": 954452063
        },
        {
            "start": 954452069,
            "stop": 954455752
        },
        {
            "start": 954479102,
            "stop": 954482123
        }
    ]
}