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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3829",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3827",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3828,
    "results": [
        {
            "start": 874915254,
            "stop": 874915264
        },
        {
            "start": 874915282,
            "stop": 874915428
        },
        {
            "start": 874915445,
            "stop": 874915698
        },
        {
            "start": 874915715,
            "stop": 874915757
        },
        {
            "start": 874915774,
            "stop": 874915893
        },
        {
            "start": 874915925,
            "stop": 874916000
        },
        {
            "start": 874916017,
            "stop": 874916043
        },
        {
            "start": 874916060,
            "stop": 874916176
        },
        {
            "start": 874916193,
            "stop": 874916213
        },
        {
            "start": 874916230,
            "stop": 874916304
        },
        {
            "start": 874916321,
            "stop": 874916391
        },
        {
            "start": 874916408,
            "stop": 874916467
        },
        {
            "start": 874916484,
            "stop": 874916502
        },
        {
            "start": 874916519,
            "stop": 874916665
        },
        {
            "start": 874916695,
            "stop": 874916875
        },
        {
            "start": 874916892,
            "stop": 874916986
        },
        {
            "start": 874917003,
            "stop": 874917159
        },
        {
            "start": 874917176,
            "stop": 874917191
        },
        {
            "start": 874917208,
            "stop": 874917209
        },
        {
            "start": 874917230,
            "stop": 874917254
        }
    ]
}