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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=97",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 98,
    "results": [
        {
            "start": 839338882,
            "stop": 839340593
        },
        {
            "start": 839340792,
            "stop": 839342266
        },
        {
            "start": 839344262,
            "stop": 839347372
        },
        {
            "start": 839347669,
            "stop": 839348475
        },
        {
            "start": 839349097,
            "stop": 839361317
        },
        {
            "start": 839362462,
            "stop": 839363022
        },
        {
            "start": 839364729,
            "stop": 839368415
        },
        {
            "start": 839368453,
            "stop": 839371054
        },
        {
            "start": 839371945,
            "stop": 839384816
        },
        {
            "start": 839385652,
            "stop": 839531967
        },
        {
            "start": 839533524,
            "stop": 839564716
        },
        {
            "start": 839565795,
            "stop": 839605224
        },
        {
            "start": 839606746,
            "stop": 839626509
        },
        {
            "start": 839627382,
            "stop": 839629602
        },
        {
            "start": 839630471,
            "stop": 839630704
        },
        {
            "start": 839631632,
            "stop": 839645033
        },
        {
            "start": 839646005,
            "stop": 839680448
        },
        {
            "start": 839682730,
            "stop": 839682827
        },
        {
            "start": 839684385,
            "stop": 839690790
        },
        {
            "start": 839708621,
            "stop": 839713528
        }
    ]
}