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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=175",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 176,
    "results": [
        {
            "start": 820188419,
            "stop": 820188475
        },
        {
            "start": 820188478,
            "stop": 820188487
        },
        {
            "start": 820188491,
            "stop": 820188522
        },
        {
            "start": 820188525,
            "stop": 820188535
        },
        {
            "start": 820188538,
            "stop": 820188652
        },
        {
            "start": 820188655,
            "stop": 820188671
        },
        {
            "start": 820188675,
            "stop": 820188750
        },
        {
            "start": 820188754,
            "stop": 820188756
        },
        {
            "start": 820188759,
            "stop": 820188904
        },
        {
            "start": 820188907,
            "stop": 820188976
        },
        {
            "start": 820188979,
            "stop": 820189101
        },
        {
            "start": 820189104,
            "stop": 820189135
        },
        {
            "start": 820189138,
            "stop": 820189167
        },
        {
            "start": 820189170,
            "stop": 820189249
        },
        {
            "start": 820189252,
            "stop": 820189439
        },
        {
            "start": 820189442,
            "stop": 820189445
        },
        {
            "start": 820189449,
            "stop": 820189510
        },
        {
            "start": 820189513,
            "stop": 820189524
        },
        {
            "start": 820189527,
            "stop": 820189557
        },
        {
            "start": 820189561,
            "stop": 820189677
        }
    ]
}