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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2183",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2184,
    "results": [
        {
            "start": 871393971,
            "stop": 871393978
        },
        {
            "start": 871394045,
            "stop": 871403415
        },
        {
            "start": 871403420,
            "stop": 871409404
        },
        {
            "start": 871410297,
            "stop": 871413927
        },
        {
            "start": 871413933,
            "stop": 871414326
        },
        {
            "start": 871415186,
            "stop": 871415537
        },
        {
            "start": 871418971,
            "stop": 871419120
        },
        {
            "start": 871419185,
            "stop": 871419197
        },
        {
            "start": 871419205,
            "stop": 871419245
        },
        {
            "start": 871419250,
            "stop": 871420422
        },
        {
            "start": 871420428,
            "stop": 871420702
        },
        {
            "start": 871420708,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871431400
        },
        {
            "start": 871431408,
            "stop": 871432130
        },
        {
            "start": 871432135,
            "stop": 871432140
        },
        {
            "start": 871432145,
            "stop": 871432155
        },
        {
            "start": 871432160,
            "stop": 871432187
        },
        {
            "start": 871432193,
            "stop": 871433520
        },
        {
            "start": 871433525,
            "stop": 871433941
        },
        {
            "start": 871433942,
            "stop": 871440220
        }
    ]
}