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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7326",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7327,
    "results": [
        {
            "start": 875231118,
            "stop": 875231123
        },
        {
            "start": 875231125,
            "stop": 875231127
        },
        {
            "start": 875231128,
            "stop": 875231130
        },
        {
            "start": 875231131,
            "stop": 875231134
        },
        {
            "start": 875231135,
            "stop": 875231137
        },
        {
            "start": 875231138,
            "stop": 875231144
        },
        {
            "start": 875231145,
            "stop": 875231147
        },
        {
            "start": 875231148,
            "stop": 875231150
        },
        {
            "start": 875231151,
            "stop": 875231181
        },
        {
            "start": 875231182,
            "stop": 875231362
        },
        {
            "start": 875231365,
            "stop": 875231395
        },
        {
            "start": 875231396,
            "stop": 875231448
        },
        {
            "start": 875231449,
            "stop": 875232014
        }
    ]
}