Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=206
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=205",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 206,
    "results": [
        {
            "start": 1387328719,
            "stop": 1387351714
        },
        {
            "start": 1387351719,
            "stop": 1387364306
        },
        {
            "start": 1387364311,
            "stop": 1387366786
        },
        {
            "start": 1387366791,
            "stop": 1387376525
        },
        {
            "start": 1387376530,
            "stop": 1387388469
        },
        {
            "start": 1387388474,
            "stop": 1387390310
        },
        {
            "start": 1387390315,
            "stop": 1387393296
        },
        {
            "start": 1387395298,
            "stop": 1387400138
        },
        {
            "start": 1387400143,
            "stop": 1387402127
        },
        {
            "start": 1387402132,
            "stop": 1387404860
        },
        {
            "start": 1387404865,
            "stop": 1387407210
        },
        {
            "start": 1387407215,
            "stop": 1387417671
        },
        {
            "start": 1387417676,
            "stop": 1387422099
        },
        {
            "start": 1387422104,
            "stop": 1387424857
        },
        {
            "start": 1387424860,
            "stop": 1387429113
        },
        {
            "start": 1387429118,
            "stop": 1387442074
        },
        {
            "start": 1387452628,
            "stop": 1387455528
        },
        {
            "start": 1387455533,
            "stop": 1387457911
        },
        {
            "start": 1387457916,
            "stop": 1387457996
        },
        {
            "start": 1387458001,
            "stop": 1387461846
        }
    ]
}