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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=68",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 69,
    "results": [
        {
            "start": 821351688,
            "stop": 821351722
        },
        {
            "start": 821351728,
            "stop": 821351788
        },
        {
            "start": 821351791,
            "stop": 821351833
        },
        {
            "start": 821351836,
            "stop": 821351866
        },
        {
            "start": 821351869,
            "stop": 821352119
        },
        {
            "start": 821352122,
            "stop": 821352193
        },
        {
            "start": 821352196,
            "stop": 821352216
        },
        {
            "start": 821352219,
            "stop": 821352223
        },
        {
            "start": 821352226,
            "stop": 821352656
        },
        {
            "start": 821352659,
            "stop": 821352717
        },
        {
            "start": 821352721,
            "stop": 821352735
        },
        {
            "start": 821352738,
            "stop": 821352810
        },
        {
            "start": 821352813,
            "stop": 821352870
        },
        {
            "start": 821352873,
            "stop": 821353012
        },
        {
            "start": 821353015,
            "stop": 821353073
        },
        {
            "start": 821353076,
            "stop": 821353125
        },
        {
            "start": 821353131,
            "stop": 821353154
        },
        {
            "start": 821353157,
            "stop": 821353284
        },
        {
            "start": 821353287,
            "stop": 821353434
        },
        {
            "start": 821353437,
            "stop": 821353490
        }
    ]
}