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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=764",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 765,
    "results": [
        {
            "start": 856565373,
            "stop": 856567953
        },
        {
            "start": 856568105,
            "stop": 856570265
        },
        {
            "start": 856570415,
            "stop": 856570985
        },
        {
            "start": 856571139,
            "stop": 856571439
        },
        {
            "start": 856576121,
            "stop": 856577261
        },
        {
            "start": 856577488,
            "stop": 856579828
        },
        {
            "start": 856579969,
            "stop": 856584589
        },
        {
            "start": 856584793,
            "stop": 856587313
        },
        {
            "start": 856587463,
            "stop": 856588663
        },
        {
            "start": 856588753,
            "stop": 856591003
        },
        {
            "start": 856591153,
            "stop": 856592683
        },
        {
            "start": 856592713,
            "stop": 856597513
        },
        {
            "start": 856600353,
            "stop": 856603773
        },
        {
            "start": 856603999,
            "stop": 856604929
        },
        {
            "start": 856605079,
            "stop": 856609279
        },
        {
            "start": 856609444,
            "stop": 856610044
        },
        {
            "start": 856610198,
            "stop": 856612478
        },
        {
            "start": 856612692,
            "stop": 856613412
        },
        {
            "start": 856613562,
            "stop": 856613892
        },
        {
            "start": 856614070,
            "stop": 856614430
        }
    ]
}