Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=74
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=73",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 74,
    "results": [
        {
            "start": 832631194,
            "stop": 832633001
        },
        {
            "start": 832635893,
            "stop": 832638097
        },
        {
            "start": 832638341,
            "stop": 832639429
        },
        {
            "start": 832642165,
            "stop": 832642321
        },
        {
            "start": 832642612,
            "stop": 832643918
        },
        {
            "start": 832644944,
            "stop": 832650622
        },
        {
            "start": 832652759,
            "stop": 832652851
        },
        {
            "start": 832654620,
            "stop": 832682562
        },
        {
            "start": 832687146,
            "stop": 832699056
        },
        {
            "start": 832715712,
            "stop": 832716698
        },
        {
            "start": 832718415,
            "stop": 832718882
        },
        {
            "start": 832721667,
            "stop": 832725273
        },
        {
            "start": 832726389,
            "stop": 832774580
        },
        {
            "start": 832774861,
            "stop": 832801970
        },
        {
            "start": 832806384,
            "stop": 832806884
        },
        {
            "start": 832809866,
            "stop": 832812554
        },
        {
            "start": 832815798,
            "stop": 832821976
        },
        {
            "start": 832826625,
            "stop": 832837258
        },
        {
            "start": 832839876,
            "stop": 832866447
        },
        {
            "start": 832866535,
            "stop": 832882841
        }
    ]
}