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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=128",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 129,
    "results": [
        {
            "start": 825942483,
            "stop": 825942484
        },
        {
            "start": 825942488,
            "stop": 825942489
        },
        {
            "start": 825942494,
            "stop": 825942498
        },
        {
            "start": 825942508,
            "stop": 825942509
        },
        {
            "start": 825942512,
            "stop": 825942513
        },
        {
            "start": 825942535,
            "stop": 825942537
        },
        {
            "start": 825942540,
            "stop": 825942542
        },
        {
            "start": 825942546,
            "stop": 825942547
        },
        {
            "start": 825942549,
            "stop": 825942553
        },
        {
            "start": 825942555,
            "stop": 825942556
        },
        {
            "start": 825942559,
            "stop": 825942569
        },
        {
            "start": 825942573,
            "stop": 825942575
        },
        {
            "start": 825942583,
            "stop": 825942587
        },
        {
            "start": 825942589,
            "stop": 825942591
        },
        {
            "start": 825942593,
            "stop": 825942594
        },
        {
            "start": 825942596,
            "stop": 825942600
        },
        {
            "start": 825942603,
            "stop": 825942608
        },
        {
            "start": 825942613,
            "stop": 825942615
        },
        {
            "start": 825942617,
            "stop": 825942621
        },
        {
            "start": 825942623,
            "stop": 825942627
        }
    ]
}