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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=173",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 174,
    "results": [
        {
            "start": 866606115,
            "stop": 866651429
        },
        {
            "start": 866659969,
            "stop": 866726651
        },
        {
            "start": 866726924,
            "stop": 866736411
        },
        {
            "start": 866737368,
            "stop": 866738352
        },
        {
            "start": 866739202,
            "stop": 866774060
        },
        {
            "start": 866784871,
            "stop": 866823864
        },
        {
            "start": 866828705,
            "stop": 866836542
        },
        {
            "start": 866846954,
            "stop": 866861860
        },
        {
            "start": 866862888,
            "stop": 866904709
        },
        {
            "start": 866935564,
            "stop": 866935607
        },
        {
            "start": 866935759,
            "stop": 866935779
        },
        {
            "start": 866935843,
            "stop": 866935862
        },
        {
            "start": 866935907,
            "stop": 866935930
        },
        {
            "start": 866935992,
            "stop": 866936009
        },
        {
            "start": 866936117,
            "stop": 866936136
        },
        {
            "start": 866936211,
            "stop": 866936230
        },
        {
            "start": 866936261,
            "stop": 866936280
        },
        {
            "start": 866936393,
            "stop": 866936410
        },
        {
            "start": 866936427,
            "stop": 866936444
        },
        {
            "start": 866938637,
            "stop": 866939580
        }
    ]
}