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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7212",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7213,
    "results": [
        {
            "start": 874687357,
            "stop": 874687432
        },
        {
            "start": 874687433,
            "stop": 874687500
        },
        {
            "start": 874687501,
            "stop": 874687846
        },
        {
            "start": 874687847,
            "stop": 874687959
        },
        {
            "start": 874687960,
            "stop": 874688100
        },
        {
            "start": 874688101,
            "stop": 874688108
        },
        {
            "start": 874688109,
            "stop": 874688263
        },
        {
            "start": 874688264,
            "stop": 874688446
        },
        {
            "start": 874688448,
            "stop": 874688513
        },
        {
            "start": 874688514,
            "stop": 874688794
        },
        {
            "start": 874688795,
            "stop": 874688829
        },
        {
            "start": 874688830,
            "stop": 874689046
        },
        {
            "start": 874689047,
            "stop": 874689070
        },
        {
            "start": 874689071,
            "stop": 874689089
        },
        {
            "start": 874689090,
            "stop": 874689097
        },
        {
            "start": 874689099,
            "stop": 874689109
        },
        {
            "start": 874689409,
            "stop": 874689413
        },
        {
            "start": 874689415,
            "stop": 874689428
        },
        {
            "start": 874689429,
            "stop": 874689608
        },
        {
            "start": 874689609,
            "stop": 874689633
        }
    ]
}