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=41016
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=41017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41015",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41016,
    "results": [
        {
            "start": 875176142,
            "stop": 875176196
        },
        {
            "start": 875176198,
            "stop": 875176226
        },
        {
            "start": 875176227,
            "stop": 875176233
        },
        {
            "start": 875176234,
            "stop": 875176376
        },
        {
            "start": 875176377,
            "stop": 875176396
        },
        {
            "start": 875176398,
            "stop": 875176418
        },
        {
            "start": 875176419,
            "stop": 875176461
        },
        {
            "start": 875176462,
            "stop": 875176503
        },
        {
            "start": 875176504,
            "stop": 875176522
        },
        {
            "start": 875176523,
            "stop": 875176609
        },
        {
            "start": 875176611,
            "stop": 875176716
        },
        {
            "start": 875176717,
            "stop": 875176737
        },
        {
            "start": 875176738,
            "stop": 875176739
        },
        {
            "start": 875176741,
            "stop": 875176759
        },
        {
            "start": 875176760,
            "stop": 875176802
        },
        {
            "start": 875176803,
            "stop": 875176887
        },
        {
            "start": 875176888,
            "stop": 875176907
        },
        {
            "start": 875176909,
            "stop": 875176928
        },
        {
            "start": 875176930,
            "stop": 875176971
        },
        {
            "start": 875176973,
            "stop": 875176991
        }
    ]
}