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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=111",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 112,
    "results": [
        {
            "start": 821500405,
            "stop": 821500428
        },
        {
            "start": 821500431,
            "stop": 821500444
        },
        {
            "start": 821500448,
            "stop": 821500449
        },
        {
            "start": 821500452,
            "stop": 821500455
        },
        {
            "start": 821500458,
            "stop": 821500521
        },
        {
            "start": 821500524,
            "stop": 821500530
        },
        {
            "start": 821500533,
            "stop": 821500549
        },
        {
            "start": 821500552,
            "stop": 821500554
        },
        {
            "start": 821500557,
            "stop": 821500583
        },
        {
            "start": 821500588,
            "stop": 821500598
        },
        {
            "start": 821500601,
            "stop": 821500622
        },
        {
            "start": 821500625,
            "stop": 821500629
        },
        {
            "start": 821500635,
            "stop": 821500646
        },
        {
            "start": 821500649,
            "stop": 821500674
        },
        {
            "start": 821500677,
            "stop": 821500695
        },
        {
            "start": 821500698,
            "stop": 821500710
        },
        {
            "start": 821500713,
            "stop": 821500725
        },
        {
            "start": 821500728,
            "stop": 821500732
        },
        {
            "start": 821500735,
            "stop": 821500736
        },
        {
            "start": 821500739,
            "stop": 821500743
        }
    ]
}