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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8564",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8562",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8563,
    "results": [
        {
            "start": 870136535,
            "stop": 870136635
        },
        {
            "start": 870136810,
            "stop": 870137091
        },
        {
            "start": 870137108,
            "stop": 870137460
        },
        {
            "start": 870137520,
            "stop": 870138161
        },
        {
            "start": 870138250,
            "stop": 870139550
        },
        {
            "start": 870139750,
            "stop": 870140870
        },
        {
            "start": 870141300,
            "stop": 870141317
        },
        {
            "start": 870141660,
            "stop": 870141720
        },
        {
            "start": 870142020,
            "stop": 870142140
        },
        {
            "start": 870142320,
            "stop": 870144060
        },
        {
            "start": 870144120,
            "stop": 870147232
        },
        {
            "start": 870147249,
            "stop": 870147290
        },
        {
            "start": 870147307,
            "stop": 870147780
        },
        {
            "start": 870147840,
            "stop": 870148084
        },
        {
            "start": 870148101,
            "stop": 870148140
        },
        {
            "start": 870148200,
            "stop": 870148440
        },
        {
            "start": 870148585,
            "stop": 870148740
        },
        {
            "start": 870148800,
            "stop": 870148920
        },
        {
            "start": 870149280,
            "stop": 870149340
        },
        {
            "start": 870149520,
            "stop": 870149580
        }
    ]
}