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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=432",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 433,
    "results": [
        {
            "start": 866772759,
            "stop": 866772779
        },
        {
            "start": 866772783,
            "stop": 866772813
        },
        {
            "start": 866772822,
            "stop": 866772903
        },
        {
            "start": 866772908,
            "stop": 866774043
        },
        {
            "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
        },
        {
            "start": 866939845,
            "stop": 866958158
        }
    ]
}