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=40662
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=40663",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40661",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40662,
    "results": [
        {
            "start": 874920768,
            "stop": 874920769
        },
        {
            "start": 874920770,
            "stop": 874920781
        },
        {
            "start": 874920783,
            "stop": 874920819
        },
        {
            "start": 874920820,
            "stop": 874920879
        },
        {
            "start": 874920881,
            "stop": 874920887
        },
        {
            "start": 874920888,
            "stop": 874920900
        },
        {
            "start": 874920902,
            "stop": 874920943
        },
        {
            "start": 874920944,
            "stop": 874920966
        },
        {
            "start": 874920967,
            "stop": 874921022
        },
        {
            "start": 874921023,
            "stop": 874921035
        },
        {
            "start": 874921036,
            "stop": 874921041
        },
        {
            "start": 874921042,
            "stop": 874921074
        },
        {
            "start": 874921076,
            "stop": 874921155
        },
        {
            "start": 874921156,
            "stop": 874921205
        },
        {
            "start": 874921206,
            "stop": 874921231
        },
        {
            "start": 874921232,
            "stop": 874921258
        },
        {
            "start": 874921259,
            "stop": 874921300
        },
        {
            "start": 874921301,
            "stop": 874921323
        },
        {
            "start": 874921324,
            "stop": 874921336
        },
        {
            "start": 874921337,
            "stop": 874921356
        }
    ]
}