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=40954
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=40955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40953",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40954,
    "results": [
        {
            "start": 875121526,
            "stop": 875121591
        },
        {
            "start": 875121593,
            "stop": 875121604
        },
        {
            "start": 875121605,
            "stop": 875121649
        },
        {
            "start": 875121650,
            "stop": 875121682
        },
        {
            "start": 875121683,
            "stop": 875121685
        },
        {
            "start": 875121686,
            "stop": 875121710
        },
        {
            "start": 875121711,
            "stop": 875121725
        },
        {
            "start": 875121727,
            "stop": 875121780
        },
        {
            "start": 875121781,
            "stop": 875121809
        },
        {
            "start": 875121810,
            "stop": 875121897
        },
        {
            "start": 875121898,
            "stop": 875121905
        },
        {
            "start": 875121906,
            "stop": 875121909
        },
        {
            "start": 875121910,
            "stop": 875121918
        },
        {
            "start": 875121919,
            "stop": 875121938
        },
        {
            "start": 875121939,
            "stop": 875121998
        },
        {
            "start": 875121999,
            "stop": 875122011
        },
        {
            "start": 875122012,
            "stop": 875122048
        },
        {
            "start": 875122049,
            "stop": 875122075
        },
        {
            "start": 875122077,
            "stop": 875122116
        },
        {
            "start": 875122117,
            "stop": 875122129
        }
    ]
}