Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1991
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1992",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1990",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1991,
    "results": [
        {
            "start": 1253665768,
            "stop": 1253665889
        },
        {
            "start": 1253665891,
            "stop": 1253665919
        },
        {
            "start": 1253665922,
            "stop": 1253665926
        },
        {
            "start": 1253665928,
            "stop": 1253665977
        },
        {
            "start": 1253665980,
            "stop": 1253666307
        },
        {
            "start": 1253666310,
            "stop": 1253670534
        },
        {
            "start": 1253670537,
            "stop": 1253672973
        },
        {
            "start": 1253672976,
            "stop": 1253676800
        },
        {
            "start": 1253676803,
            "stop": 1253681060
        },
        {
            "start": 1253681062,
            "stop": 1253683294
        },
        {
            "start": 1253683297,
            "stop": 1253684287
        },
        {
            "start": 1253684290,
            "stop": 1253685288
        },
        {
            "start": 1253685291,
            "stop": 1253686613
        },
        {
            "start": 1253686616,
            "stop": 1253687021
        },
        {
            "start": 1253687024,
            "stop": 1253687771
        },
        {
            "start": 1253687772,
            "stop": 1253688338
        },
        {
            "start": 1253688341,
            "stop": 1253689428
        },
        {
            "start": 1253689429,
            "stop": 1253691954
        },
        {
            "start": 1253691961,
            "stop": 1253693316
        },
        {
            "start": 1253693319,
            "stop": 1253693761
        }
    ]
}