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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=166",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 167,
    "results": [
        {
            "start": 1383368900,
            "stop": 1383372863
        },
        {
            "start": 1383372873,
            "stop": 1383373356
        },
        {
            "start": 1383373361,
            "stop": 1383373362
        },
        {
            "start": 1383436922,
            "stop": 1383442032
        },
        {
            "start": 1383442036,
            "stop": 1383442870
        },
        {
            "start": 1383442875,
            "stop": 1383445370
        },
        {
            "start": 1383445375,
            "stop": 1383450221
        },
        {
            "start": 1383450226,
            "stop": 1383452130
        },
        {
            "start": 1383452135,
            "stop": 1383455542
        },
        {
            "start": 1383470464,
            "stop": 1383475148
        },
        {
            "start": 1383479269,
            "stop": 1383484080
        },
        {
            "start": 1383484085,
            "stop": 1383484535
        },
        {
            "start": 1383484540,
            "stop": 1383485524
        },
        {
            "start": 1383485529,
            "stop": 1383485672
        },
        {
            "start": 1383485996,
            "stop": 1383486461
        },
        {
            "start": 1383498645,
            "stop": 1383499713
        },
        {
            "start": 1383499718,
            "stop": 1383501556
        },
        {
            "start": 1383501561,
            "stop": 1383501710
        },
        {
            "start": 1383501716,
            "stop": 1383503505
        },
        {
            "start": 1383503510,
            "stop": 1383504943
        }
    ]
}