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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=86",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 87,
    "results": [
        {
            "start": 816611489,
            "stop": 816612149
        },
        {
            "start": 816612152,
            "stop": 816613233
        },
        {
            "start": 816613236,
            "stop": 816615583
        },
        {
            "start": 816615764,
            "stop": 816620464
        },
        {
            "start": 816620481,
            "stop": 816622658
        },
        {
            "start": 816622778,
            "stop": 816622877
        },
        {
            "start": 816622894,
            "stop": 816623022
        },
        {
            "start": 816625182,
            "stop": 816630017
        },
        {
            "start": 816630491,
            "stop": 816630555
        },
        {
            "start": 816633049,
            "stop": 816633554
        },
        {
            "start": 816633994,
            "stop": 816634592
        },
        {
            "start": 816635008,
            "stop": 816635060
        },
        {
            "start": 816635463,
            "stop": 816636000
        },
        {
            "start": 816636120,
            "stop": 816637589
        },
        {
            "start": 816639203,
            "stop": 816641508
        },
        {
            "start": 816642352,
            "stop": 816644323
        },
        {
            "start": 816644508,
            "stop": 816645295
        },
        {
            "start": 816645298,
            "stop": 816645642
        },
        {
            "start": 816645839,
            "stop": 816648617
        },
        {
            "start": 816648620,
            "stop": 816649536
        }
    ]
}