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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=152",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 153,
    "results": [
        {
            "start": 931770365,
            "stop": 931770727
        },
        {
            "start": 931770733,
            "stop": 931770749
        },
        {
            "start": 931770755,
            "stop": 931770831
        },
        {
            "start": 931770852,
            "stop": 931770854
        },
        {
            "start": 931770860,
            "stop": 931770871
        },
        {
            "start": 931770882,
            "stop": 931771243
        },
        {
            "start": 931771249,
            "stop": 931771263
        },
        {
            "start": 931771282,
            "stop": 931771287
        },
        {
            "start": 931771299,
            "stop": 931771306
        },
        {
            "start": 931771312,
            "stop": 931771439
        },
        {
            "start": 931771451,
            "stop": 931771515
        },
        {
            "start": 931771535,
            "stop": 931771643
        },
        {
            "start": 931771648,
            "stop": 931771737
        },
        {
            "start": 931771743,
            "stop": 931771778
        },
        {
            "start": 931771790,
            "stop": 931771938
        },
        {
            "start": 931771944,
            "stop": 931771985
        },
        {
            "start": 931771991,
            "stop": 931772379
        },
        {
            "start": 931772385,
            "stop": 931772521
        },
        {
            "start": 931772526,
            "stop": 931772591
        },
        {
            "start": 931772597,
            "stop": 931772608
        }
    ]
}