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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=38",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 39,
    "results": [
        {
            "start": 816690207,
            "stop": 816690286
        },
        {
            "start": 816690289,
            "stop": 816690539
        },
        {
            "start": 816690543,
            "stop": 816690544
        },
        {
            "start": 816690548,
            "stop": 816690640
        },
        {
            "start": 816690643,
            "stop": 816690901
        },
        {
            "start": 816690904,
            "stop": 816690906
        },
        {
            "start": 816690909,
            "stop": 816691215
        },
        {
            "start": 816691219,
            "stop": 816691249
        },
        {
            "start": 816691252,
            "stop": 816691398
        },
        {
            "start": 816691401,
            "stop": 816691500
        },
        {
            "start": 816691503,
            "stop": 816691673
        },
        {
            "start": 816691678,
            "stop": 816691848
        },
        {
            "start": 816691851,
            "stop": 816692134
        },
        {
            "start": 816692138,
            "stop": 816692207
        },
        {
            "start": 816692211,
            "stop": 816692349
        },
        {
            "start": 816692352,
            "stop": 816692421
        },
        {
            "start": 816692424,
            "stop": 816692753
        },
        {
            "start": 816692756,
            "stop": 816692875
        },
        {
            "start": 816692878,
            "stop": 816693000
        },
        {
            "start": 816693003,
            "stop": 816693117
        }
    ]
}