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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=258",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 259,
    "results": [
        {
            "start": 821132950,
            "stop": 821133553
        },
        {
            "start": 821134929,
            "stop": 821135040
        },
        {
            "start": 821135100,
            "stop": 821135220
        },
        {
            "start": 821135280,
            "stop": 821135940
        },
        {
            "start": 821136060,
            "stop": 821136360
        },
        {
            "start": 821136420,
            "stop": 821136853
        },
        {
            "start": 821137722,
            "stop": 821137800
        },
        {
            "start": 821137860,
            "stop": 821137920
        },
        {
            "start": 821138100,
            "stop": 821138113
        },
        {
            "start": 821138745,
            "stop": 821138820
        },
        {
            "start": 821138880,
            "stop": 821138940
        },
        {
            "start": 821139000,
            "stop": 821139060
        },
        {
            "start": 821139345,
            "stop": 821139360
        },
        {
            "start": 821139490,
            "stop": 821139830
        },
        {
            "start": 821139970,
            "stop": 821140620
        },
        {
            "start": 821140680,
            "stop": 821140800
        },
        {
            "start": 821140860,
            "stop": 821140970
        },
        {
            "start": 821141050,
            "stop": 821141460
        },
        {
            "start": 821141520,
            "stop": 821141940
        },
        {
            "start": 821142060,
            "stop": 821142300
        }
    ]
}