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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5186",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5187,
    "results": [
        {
            "start": 875135951,
            "stop": 875135971
        },
        {
            "start": 875135991,
            "stop": 875136028
        },
        {
            "start": 875136056,
            "stop": 875136086
        },
        {
            "start": 875136137,
            "stop": 875136341
        },
        {
            "start": 875136360,
            "stop": 875136367
        },
        {
            "start": 875136387,
            "stop": 875136398
        },
        {
            "start": 875136418,
            "stop": 875136470
        },
        {
            "start": 875136495,
            "stop": 875136501
        },
        {
            "start": 875136526,
            "stop": 875136707
        },
        {
            "start": 875136779,
            "stop": 875136806
        },
        {
            "start": 875136826,
            "stop": 875136845
        },
        {
            "start": 875136864,
            "stop": 875136873
        },
        {
            "start": 875136904,
            "stop": 875136919
        },
        {
            "start": 875136950,
            "stop": 875136983
        },
        {
            "start": 875137002,
            "stop": 875137151
        },
        {
            "start": 875137170,
            "stop": 875137204
        },
        {
            "start": 875137229,
            "stop": 875137305
        },
        {
            "start": 875137324,
            "stop": 875137365
        },
        {
            "start": 875137384,
            "stop": 875137403
        },
        {
            "start": 875137425,
            "stop": 875137696
        }
    ]
}