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=1409
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=1410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1408",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1409,
    "results": [
        {
            "start": 847227894,
            "stop": 847227898
        },
        {
            "start": 847227903,
            "stop": 847227908
        },
        {
            "start": 847227911,
            "stop": 847229781
        },
        {
            "start": 847229788,
            "stop": 847230613
        },
        {
            "start": 847235374,
            "stop": 847239487
        },
        {
            "start": 847265469,
            "stop": 847266139
        },
        {
            "start": 847266490,
            "stop": 847334433
        },
        {
            "start": 847348466,
            "stop": 847361044
        },
        {
            "start": 847361260,
            "stop": 847384633
        },
        {
            "start": 847384683,
            "stop": 847384684
        },
        {
            "start": 847394872,
            "stop": 847402670
        },
        {
            "start": 847404803,
            "stop": 847417093
        },
        {
            "start": 847425651,
            "stop": 847433233
        },
        {
            "start": 847473286,
            "stop": 847474384
        },
        {
            "start": 847474993,
            "stop": 847483376
        },
        {
            "start": 847483470,
            "stop": 847492901
        },
        {
            "start": 847492946,
            "stop": 847518884
        },
        {
            "start": 847518887,
            "stop": 847554965
        },
        {
            "start": 847602603,
            "stop": 847604936
        },
        {
            "start": 847605956,
            "stop": 847625045
        }
    ]
}