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=2030
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=2031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2029",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2030,
    "results": [
        {
            "start": 859145483,
            "stop": 859145588
        },
        {
            "start": 859147006,
            "stop": 859147337
        },
        {
            "start": 859147343,
            "stop": 859147607
        },
        {
            "start": 859147610,
            "stop": 859147722
        },
        {
            "start": 859147728,
            "stop": 859147752
        },
        {
            "start": 859147758,
            "stop": 859147762
        },
        {
            "start": 859147768,
            "stop": 859147781
        },
        {
            "start": 859147782,
            "stop": 859147847
        },
        {
            "start": 859147853,
            "stop": 859152457
        },
        {
            "start": 859152465,
            "stop": 859152837
        },
        {
            "start": 859152845,
            "stop": 859153720
        },
        {
            "start": 859153723,
            "stop": 859154446
        },
        {
            "start": 859154450,
            "stop": 859155212
        },
        {
            "start": 859155215,
            "stop": 859155256
        },
        {
            "start": 859155269,
            "stop": 859155270
        },
        {
            "start": 859155273,
            "stop": 859155275
        },
        {
            "start": 859155287,
            "stop": 859155390
        },
        {
            "start": 859156455,
            "stop": 859181785
        },
        {
            "start": 859183097,
            "stop": 859183164
        },
        {
            "start": 859183464,
            "stop": 859200862
        }
    ]
}