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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=147",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 148,
    "results": [
        {
            "start": 833134350,
            "stop": 833137314
        },
        {
            "start": 833138625,
            "stop": 833140525
        },
        {
            "start": 833141727,
            "stop": 833144653
        },
        {
            "start": 833145120,
            "stop": 833146975
        },
        {
            "start": 833148180,
            "stop": 833148261
        },
        {
            "start": 833148382,
            "stop": 833148396
        },
        {
            "start": 833148696,
            "stop": 833210510
        },
        {
            "start": 833210976,
            "stop": 833221512
        },
        {
            "start": 833221515,
            "stop": 833221556
        },
        {
            "start": 833221561,
            "stop": 833227042
        },
        {
            "start": 833229296,
            "stop": 833230705
        },
        {
            "start": 833230709,
            "stop": 833233723
        },
        {
            "start": 833233833,
            "stop": 833233884
        },
        {
            "start": 833234184,
            "stop": 833234925
        },
        {
            "start": 833236212,
            "stop": 833269127
        },
        {
            "start": 833272619,
            "stop": 833292347
        },
        {
            "start": 833293673,
            "stop": 833296403
        },
        {
            "start": 833296409,
            "stop": 833304613
        },
        {
            "start": 833305798,
            "stop": 833307733
        },
        {
            "start": 833307887,
            "stop": 833308908
        }
    ]
}