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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=140",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 141,
    "results": [
        {
            "start": 819851649,
            "stop": 819852000
        },
        {
            "start": 819852060,
            "stop": 819852230
        },
        {
            "start": 819852310,
            "stop": 819852720
        },
        {
            "start": 819852780,
            "stop": 819853790
        },
        {
            "start": 819853870,
            "stop": 819855120
        },
        {
            "start": 819855300,
            "stop": 819855600
        },
        {
            "start": 819855660,
            "stop": 819856010
        },
        {
            "start": 819856090,
            "stop": 819856874
        },
        {
            "start": 819857006,
            "stop": 819858077
        },
        {
            "start": 819858084,
            "stop": 819858293
        },
        {
            "start": 819858301,
            "stop": 819858350
        },
        {
            "start": 819858430,
            "stop": 819858801
        },
        {
            "start": 819858808,
            "stop": 819859945
        },
        {
            "start": 819859953,
            "stop": 819859978
        },
        {
            "start": 819859985,
            "stop": 819860810
        },
        {
            "start": 819860950,
            "stop": 819861861
        },
        {
            "start": 819861868,
            "stop": 819862310
        },
        {
            "start": 819862390,
            "stop": 819862490
        },
        {
            "start": 819862630,
            "stop": 819862683
        },
        {
            "start": 819862690,
            "stop": 819863090
        }
    ]
}