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=7059
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=7060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7058",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7059,
    "results": [
        {
            "start": 874000052,
            "stop": 874001342
        },
        {
            "start": 874001344,
            "stop": 874001532
        },
        {
            "start": 874001534,
            "stop": 874001772
        },
        {
            "start": 874001773,
            "stop": 874001829
        },
        {
            "start": 874001831,
            "stop": 874002955
        },
        {
            "start": 874002956,
            "stop": 874003282
        },
        {
            "start": 874003283,
            "stop": 874003350
        },
        {
            "start": 874003352,
            "stop": 874003479
        },
        {
            "start": 874003480,
            "stop": 874003509
        },
        {
            "start": 874003510,
            "stop": 874003520
        },
        {
            "start": 874003521,
            "stop": 874004379
        },
        {
            "start": 874004380,
            "stop": 874004553
        },
        {
            "start": 874004554,
            "stop": 874004706
        },
        {
            "start": 874004707,
            "stop": 874004893
        },
        {
            "start": 874004894,
            "stop": 874005327
        },
        {
            "start": 874005328,
            "stop": 874005425
        },
        {
            "start": 874005426,
            "stop": 874006143
        },
        {
            "start": 874006144,
            "stop": 874006334
        },
        {
            "start": 874006335,
            "stop": 874007135
        },
        {
            "start": 874007136,
            "stop": 874007410
        }
    ]
}