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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=70",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 71,
    "results": [
        {
            "start": 1373876419,
            "stop": 1373878573
        },
        {
            "start": 1373878578,
            "stop": 1373882839
        },
        {
            "start": 1373882842,
            "stop": 1373882843
        },
        {
            "start": 1373882846,
            "stop": 1373885417
        },
        {
            "start": 1373885422,
            "stop": 1373887422
        },
        {
            "start": 1373887427,
            "stop": 1373893021
        },
        {
            "start": 1373893026,
            "stop": 1373895892
        },
        {
            "start": 1373896510,
            "stop": 1373899219
        },
        {
            "start": 1373900330,
            "stop": 1373900809
        },
        {
            "start": 1373900814,
            "stop": 1373904867
        },
        {
            "start": 1373904872,
            "stop": 1373905098
        },
        {
            "start": 1373927335,
            "stop": 1373927590
        },
        {
            "start": 1373927593,
            "stop": 1373930733
        },
        {
            "start": 1373940417,
            "stop": 1373949865
        },
        {
            "start": 1373949868,
            "stop": 1373967275
        },
        {
            "start": 1373967278,
            "stop": 1373975351
        },
        {
            "start": 1373975354,
            "stop": 1373983421
        },
        {
            "start": 1373983424,
            "stop": 1373989926
        },
        {
            "start": 1374007912,
            "stop": 1374010974
        },
        {
            "start": 1374010977,
            "stop": 1374050812
        }
    ]
}