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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5102",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5103,
    "results": [
        {
            "start": 874683432,
            "stop": 874683441
        },
        {
            "start": 874683465,
            "stop": 874683491
        },
        {
            "start": 874683521,
            "stop": 874683591
        },
        {
            "start": 874683621,
            "stop": 874683651
        },
        {
            "start": 874683670,
            "stop": 874683696
        },
        {
            "start": 874683760,
            "stop": 874683787
        },
        {
            "start": 874683834,
            "stop": 874683836
        },
        {
            "start": 874683873,
            "stop": 874683903
        },
        {
            "start": 874683941,
            "stop": 874683954
        },
        {
            "start": 874683973,
            "stop": 874684007
        },
        {
            "start": 874684031,
            "stop": 874684040
        },
        {
            "start": 874684059,
            "stop": 874684105
        },
        {
            "start": 874684143,
            "stop": 874684175
        },
        {
            "start": 874684238,
            "stop": 874684249
        },
        {
            "start": 874684270,
            "stop": 874684272
        },
        {
            "start": 874684295,
            "stop": 874684298
        },
        {
            "start": 874684317,
            "stop": 874684357
        },
        {
            "start": 874684383,
            "stop": 874684389
        },
        {
            "start": 874684408,
            "stop": 874684413
        },
        {
            "start": 874684432,
            "stop": 874684460
        }
    ]
}