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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=359",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 360,
    "results": [
        {
            "start": 931922586,
            "stop": 931922598
        },
        {
            "start": 931922601,
            "stop": 931922613
        },
        {
            "start": 931922616,
            "stop": 931922628
        },
        {
            "start": 931922631,
            "stop": 931922689
        },
        {
            "start": 931922691,
            "stop": 931923936
        },
        {
            "start": 931923939,
            "stop": 931924815
        },
        {
            "start": 931925175,
            "stop": 931925660
        },
        {
            "start": 931925663,
            "stop": 931925677
        },
        {
            "start": 931925679,
            "stop": 931925689
        },
        {
            "start": 931925692,
            "stop": 931925704
        },
        {
            "start": 931925706,
            "stop": 931927625
        },
        {
            "start": 931927628,
            "stop": 931928133
        },
        {
            "start": 931928137,
            "stop": 931928415
        },
        {
            "start": 931928775,
            "stop": 931929306
        },
        {
            "start": 931929309,
            "stop": 931929443
        },
        {
            "start": 931929447,
            "stop": 931931351
        },
        {
            "start": 931931354,
            "stop": 931931465
        },
        {
            "start": 931931467,
            "stop": 931931750
        },
        {
            "start": 931931752,
            "stop": 931932015
        },
        {
            "start": 931932375,
            "stop": 931932455
        }
    ]
}