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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7188",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7189,
    "results": [
        {
            "start": 875209792,
            "stop": 875209800
        },
        {
            "start": 875209860,
            "stop": 875210159
        },
        {
            "start": 875210163,
            "stop": 875210246
        },
        {
            "start": 875210250,
            "stop": 875210457
        },
        {
            "start": 875210460,
            "stop": 875214900
        },
        {
            "start": 875214960,
            "stop": 875216758
        },
        {
            "start": 875216761,
            "stop": 875219406
        },
        {
            "start": 875219409,
            "stop": 875220123
        },
        {
            "start": 875220126,
            "stop": 875220432
        },
        {
            "start": 875220435,
            "stop": 875220513
        },
        {
            "start": 875220516,
            "stop": 875220752
        },
        {
            "start": 875220755,
            "stop": 875220919
        },
        {
            "start": 875220922,
            "stop": 875221734
        },
        {
            "start": 875221737,
            "stop": 875222100
        },
        {
            "start": 875222160,
            "stop": 875222330
        },
        {
            "start": 875222334,
            "stop": 875223031
        },
        {
            "start": 875223034,
            "stop": 875223149
        },
        {
            "start": 875223152,
            "stop": 875223752
        },
        {
            "start": 875223972,
            "stop": 875225822
        },
        {
            "start": 875225826,
            "stop": 875227247
        }
    ]
}