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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=286",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 287,
    "results": [
        {
            "start": 822180708,
            "stop": 822181193
        },
        {
            "start": 822181210,
            "stop": 822181319
        },
        {
            "start": 822181336,
            "stop": 822181484
        },
        {
            "start": 822181501,
            "stop": 822181723
        },
        {
            "start": 822181740,
            "stop": 822181860
        },
        {
            "start": 822181877,
            "stop": 822181914
        },
        {
            "start": 822181931,
            "stop": 822182050
        },
        {
            "start": 822182067,
            "stop": 822182211
        },
        {
            "start": 822182228,
            "stop": 822182410
        },
        {
            "start": 822182427,
            "stop": 822182666
        },
        {
            "start": 822182683,
            "stop": 822182838
        },
        {
            "start": 822183781,
            "stop": 822184907
        },
        {
            "start": 822185719,
            "stop": 822185784
        },
        {
            "start": 822185801,
            "stop": 822186001
        },
        {
            "start": 822186018,
            "stop": 822186019
        },
        {
            "start": 822186036,
            "stop": 822186148
        },
        {
            "start": 822186165,
            "stop": 822186258
        },
        {
            "start": 822186275,
            "stop": 822186292
        },
        {
            "start": 822186309,
            "stop": 822186452
        },
        {
            "start": 822186469,
            "stop": 822186478
        }
    ]
}