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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=141",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 142,
    "results": [
        {
            "start": 819863170,
            "stop": 819864834
        },
        {
            "start": 819864841,
            "stop": 819866210
        },
        {
            "start": 819866350,
            "stop": 819866374
        },
        {
            "start": 819866381,
            "stop": 819868553
        },
        {
            "start": 819868560,
            "stop": 819875179
        },
        {
            "start": 819875187,
            "stop": 819875210
        },
        {
            "start": 819875290,
            "stop": 819876502
        },
        {
            "start": 819876510,
            "stop": 819881018
        },
        {
            "start": 819882118,
            "stop": 819882567
        },
        {
            "start": 819882574,
            "stop": 819887405
        },
        {
            "start": 819888765,
            "stop": 819890293
        },
        {
            "start": 819890300,
            "stop": 819891560
        },
        {
            "start": 819891568,
            "stop": 819894193
        },
        {
            "start": 819894360,
            "stop": 819895810
        },
        {
            "start": 819895814,
            "stop": 819901442
        },
        {
            "start": 819901449,
            "stop": 819901751
        },
        {
            "start": 819902363,
            "stop": 819904440
        },
        {
            "start": 819904500,
            "stop": 819904980
        },
        {
            "start": 819905040,
            "stop": 819905520
        },
        {
            "start": 819905580,
            "stop": 819905640
        }
    ]
}