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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=295",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 296,
    "results": [
        {
            "start": 821265041,
            "stop": 821265296
        },
        {
            "start": 821265299,
            "stop": 821266259
        },
        {
            "start": 821266262,
            "stop": 821266587
        },
        {
            "start": 821266588,
            "stop": 821266753
        },
        {
            "start": 821266756,
            "stop": 821267131
        },
        {
            "start": 821267134,
            "stop": 821267628
        },
        {
            "start": 821267631,
            "stop": 821267972
        },
        {
            "start": 821267975,
            "stop": 821268036
        },
        {
            "start": 821268039,
            "stop": 821268086
        },
        {
            "start": 821268089,
            "stop": 821268544
        },
        {
            "start": 821268547,
            "stop": 821268562
        },
        {
            "start": 821268565,
            "stop": 821268672
        },
        {
            "start": 821268675,
            "stop": 821269170
        },
        {
            "start": 821269173,
            "stop": 821269388
        },
        {
            "start": 821269391,
            "stop": 821269535
        },
        {
            "start": 821269538,
            "stop": 821269951
        },
        {
            "start": 821269954,
            "stop": 821270564
        },
        {
            "start": 821270865,
            "stop": 821270916
        },
        {
            "start": 821270919,
            "stop": 821271007
        },
        {
            "start": 821271010,
            "stop": 821271159
        }
    ]
}