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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=117",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 118,
    "results": [
        {
            "start": 826137178,
            "stop": 826139206
        },
        {
            "start": 826151547,
            "stop": 826151654
        },
        {
            "start": 826151656,
            "stop": 826154053
        },
        {
            "start": 826154055,
            "stop": 826155349
        },
        {
            "start": 826155519,
            "stop": 826155813
        },
        {
            "start": 826156538,
            "stop": 826167620
        },
        {
            "start": 826168222,
            "stop": 826170489
        },
        {
            "start": 826172317,
            "stop": 826181711
        },
        {
            "start": 826183771,
            "stop": 826188430
        },
        {
            "start": 826188495,
            "stop": 826188767
        },
        {
            "start": 826188769,
            "stop": 826189114
        },
        {
            "start": 826189116,
            "stop": 826194042
        },
        {
            "start": 826198670,
            "stop": 826206880
        },
        {
            "start": 826206882,
            "stop": 826207143
        },
        {
            "start": 826207145,
            "stop": 826207189
        },
        {
            "start": 826207191,
            "stop": 826207196
        },
        {
            "start": 826207199,
            "stop": 826207203
        },
        {
            "start": 826207205,
            "stop": 826207207
        },
        {
            "start": 826207209,
            "stop": 826207252
        },
        {
            "start": 826207254,
            "stop": 826207266
        }
    ]
}