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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40721",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40722,
    "results": [
        {
            "start": 874957320,
            "stop": 874957321
        },
        {
            "start": 874957325,
            "stop": 874957329
        },
        {
            "start": 874957330,
            "stop": 874957356
        },
        {
            "start": 874957358,
            "stop": 874957409
        },
        {
            "start": 874957410,
            "stop": 874957417
        },
        {
            "start": 874957418,
            "stop": 874957423
        },
        {
            "start": 874957424,
            "stop": 874957425
        },
        {
            "start": 874957426,
            "stop": 874957432
        },
        {
            "start": 874957433,
            "stop": 874957435
        },
        {
            "start": 874957436,
            "stop": 874957449
        },
        {
            "start": 874957450,
            "stop": 874957463
        },
        {
            "start": 874957465,
            "stop": 874957492
        },
        {
            "start": 874957493,
            "stop": 874957500
        },
        {
            "start": 874957561,
            "stop": 874957573
        },
        {
            "start": 874957574,
            "stop": 874957595
        },
        {
            "start": 874957596,
            "stop": 874957638
        },
        {
            "start": 874957639,
            "stop": 874957675
        },
        {
            "start": 874957676,
            "stop": 874957705
        },
        {
            "start": 874957706,
            "stop": 874957709
        },
        {
            "start": 874957710,
            "stop": 874957720
        }
    ]
}