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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2021",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2022,
    "results": [
        {
            "start": 858778422,
            "stop": 858781861
        },
        {
            "start": 858781863,
            "stop": 858783030
        },
        {
            "start": 858783031,
            "stop": 858783251
        },
        {
            "start": 858783253,
            "stop": 858783256
        },
        {
            "start": 858783258,
            "stop": 858783263
        },
        {
            "start": 858783265,
            "stop": 858783268
        },
        {
            "start": 858783270,
            "stop": 858783271
        },
        {
            "start": 858783272,
            "stop": 858783273
        },
        {
            "start": 858783275,
            "stop": 858783283
        },
        {
            "start": 858783285,
            "stop": 858783286
        },
        {
            "start": 858783287,
            "stop": 858783288
        },
        {
            "start": 858783291,
            "stop": 858783307
        },
        {
            "start": 858783308,
            "stop": 858783317
        },
        {
            "start": 858783318,
            "stop": 858783321
        },
        {
            "start": 858783323,
            "stop": 858783329
        },
        {
            "start": 858783331,
            "stop": 858783340
        },
        {
            "start": 858783341,
            "stop": 858783346
        },
        {
            "start": 858783348,
            "stop": 858783353
        },
        {
            "start": 858783354,
            "stop": 858783363
        },
        {
            "start": 858783364,
            "stop": 858783366
        }
    ]
}