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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=52",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 53,
    "results": [
        {
            "start": 821980384,
            "stop": 821981920
        },
        {
            "start": 821981952,
            "stop": 821990653
        },
        {
            "start": 821991937,
            "stop": 821992693
        },
        {
            "start": 821993087,
            "stop": 822003365
        },
        {
            "start": 822004157,
            "stop": 822012073
        },
        {
            "start": 822012769,
            "stop": 822032160
        },
        {
            "start": 822032815,
            "stop": 822034626
        },
        {
            "start": 822035492,
            "stop": 822040640
        },
        {
            "start": 822040672,
            "stop": 822050752
        },
        {
            "start": 822050784,
            "stop": 822050912
        },
        {
            "start": 822050944,
            "stop": 822052000
        },
        {
            "start": 822052032,
            "stop": 822064064
        },
        {
            "start": 822064096,
            "stop": 822064933
        },
        {
            "start": 822065156,
            "stop": 822066193
        },
        {
            "start": 822066974,
            "stop": 822074208
        },
        {
            "start": 822074240,
            "stop": 822077713
        },
        {
            "start": 822079059,
            "stop": 822080640
        },
        {
            "start": 822080672,
            "stop": 822081013
        },
        {
            "start": 822081996,
            "stop": 822084253
        },
        {
            "start": 822084352,
            "stop": 822085206
        }
    ]
}