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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=619",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=617",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 618,
    "results": [
        {
            "start": 828930529,
            "stop": 828930578
        },
        {
            "start": 828930597,
            "stop": 828930609
        },
        {
            "start": 828930628,
            "stop": 828930709
        },
        {
            "start": 828930747,
            "stop": 828930758
        },
        {
            "start": 828930783,
            "stop": 828930849
        },
        {
            "start": 828930868,
            "stop": 828930877
        },
        {
            "start": 828930900,
            "stop": 828930915
        },
        {
            "start": 828930960,
            "stop": 828931262
        },
        {
            "start": 828931338,
            "stop": 828931385
        },
        {
            "start": 828931404,
            "stop": 828931481
        },
        {
            "start": 828931500,
            "stop": 828931522
        },
        {
            "start": 828931541,
            "stop": 828931542
        },
        {
            "start": 828931561,
            "stop": 828931564
        },
        {
            "start": 828931583,
            "stop": 828931593
        },
        {
            "start": 828931612,
            "stop": 828931670
        },
        {
            "start": 828931689,
            "stop": 828931945
        },
        {
            "start": 828931964,
            "stop": 828931980
        },
        {
            "start": 828932040,
            "stop": 828932404
        },
        {
            "start": 828932423,
            "stop": 828933122
        },
        {
            "start": 828933141,
            "stop": 828938346
        }
    ]
}