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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=143",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 144,
    "results": [
        {
            "start": 832618240,
            "stop": 832618816
        },
        {
            "start": 832620386,
            "stop": 832620905
        },
        {
            "start": 832623158,
            "stop": 832625394
        },
        {
            "start": 832625730,
            "stop": 832627261
        },
        {
            "start": 832631194,
            "stop": 832631406
        },
        {
            "start": 832631409,
            "stop": 832633001
        },
        {
            "start": 832635893,
            "stop": 832636337
        },
        {
            "start": 832636340,
            "stop": 832638097
        },
        {
            "start": 832638341,
            "stop": 832639429
        },
        {
            "start": 832642165,
            "stop": 832642321
        },
        {
            "start": 832642612,
            "stop": 832643528
        },
        {
            "start": 832644944,
            "stop": 832650592
        },
        {
            "start": 832652759,
            "stop": 832652821
        },
        {
            "start": 832654620,
            "stop": 832658012
        },
        {
            "start": 832658312,
            "stop": 832667461
        },
        {
            "start": 832667467,
            "stop": 832682532
        },
        {
            "start": 832687146,
            "stop": 832688302
        },
        {
            "start": 832688602,
            "stop": 832690128
        },
        {
            "start": 832690428,
            "stop": 832698770
        },
        {
            "start": 832715712,
            "stop": 832716401
        }
    ]
}