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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4414",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4415,
    "results": [
        {
            "start": 875216111,
            "stop": 875216126
        },
        {
            "start": 875216175,
            "stop": 875216223
        },
        {
            "start": 875216243,
            "stop": 875216256
        },
        {
            "start": 875216275,
            "stop": 875216281
        },
        {
            "start": 875216339,
            "stop": 875216359
        },
        {
            "start": 875216378,
            "stop": 875216400
        },
        {
            "start": 875216420,
            "stop": 875216464
        },
        {
            "start": 875216483,
            "stop": 875216527
        },
        {
            "start": 875216546,
            "stop": 875216591
        },
        {
            "start": 875216622,
            "stop": 875216684
        },
        {
            "start": 875216865,
            "stop": 875216904
        },
        {
            "start": 875216923,
            "stop": 875216963
        },
        {
            "start": 875216983,
            "stop": 875217032
        },
        {
            "start": 875217056,
            "stop": 875217102
        },
        {
            "start": 875217140,
            "stop": 875217166
        },
        {
            "start": 875217217,
            "stop": 875217244
        },
        {
            "start": 875217264,
            "stop": 875217297
        },
        {
            "start": 875217316,
            "stop": 875217320
        },
        {
            "start": 875217350,
            "stop": 875217420
        },
        {
            "start": 875217445,
            "stop": 875217459
        }
    ]
}