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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=289",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 290,
    "results": [
        {
            "start": 858221022,
            "stop": 858268953
        },
        {
            "start": 858271183,
            "stop": 858291773
        },
        {
            "start": 858293294,
            "stop": 858366018
        },
        {
            "start": 858366021,
            "stop": 858366601
        },
        {
            "start": 858366605,
            "stop": 858366660
        },
        {
            "start": 858366664,
            "stop": 858367235
        },
        {
            "start": 858367238,
            "stop": 858368772
        },
        {
            "start": 858368775,
            "stop": 858368786
        },
        {
            "start": 858368795,
            "stop": 858368892
        },
        {
            "start": 858368895,
            "stop": 858369716
        },
        {
            "start": 858369735,
            "stop": 858369919
        },
        {
            "start": 858369923,
            "stop": 858370173
        },
        {
            "start": 858370178,
            "stop": 858370712
        },
        {
            "start": 858370716,
            "stop": 858370766
        },
        {
            "start": 858370770,
            "stop": 858370848
        },
        {
            "start": 858370851,
            "stop": 858371111
        },
        {
            "start": 858371115,
            "stop": 858371227
        },
        {
            "start": 858371231,
            "stop": 858371405
        },
        {
            "start": 858371408,
            "stop": 858371959
        },
        {
            "start": 858371963,
            "stop": 858371974
        }
    ]
}