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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=113",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 114,
    "results": [
        {
            "start": 821458776,
            "stop": 821459086
        },
        {
            "start": 821459486,
            "stop": 821459495
        },
        {
            "start": 821459496,
            "stop": 821459503
        },
        {
            "start": 821459506,
            "stop": 821459575
        },
        {
            "start": 821459578,
            "stop": 821460023
        },
        {
            "start": 821460026,
            "stop": 821460591
        },
        {
            "start": 821461197,
            "stop": 821464739
        },
        {
            "start": 821464742,
            "stop": 821464888
        },
        {
            "start": 821464891,
            "stop": 821465265
        },
        {
            "start": 821465268,
            "stop": 821466608
        },
        {
            "start": 821466611,
            "stop": 821467080
        },
        {
            "start": 821467083,
            "stop": 821467542
        },
        {
            "start": 821467545,
            "stop": 821467671
        },
        {
            "start": 821467991,
            "stop": 821468237
        },
        {
            "start": 821468637,
            "stop": 821468671
        },
        {
            "start": 821468674,
            "stop": 821469959
        },
        {
            "start": 821469962,
            "stop": 821470192
        },
        {
            "start": 821470195,
            "stop": 821470602
        },
        {
            "start": 821470605,
            "stop": 821470699
        },
        {
            "start": 821470702,
            "stop": 821471580
        }
    ]
}