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=1491
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=1492",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1490",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1491,
    "results": [
        {
            "start": 865695375,
            "stop": 865695502
        },
        {
            "start": 865720229,
            "stop": 865736606
        },
        {
            "start": 865738229,
            "stop": 865743301
        },
        {
            "start": 865744591,
            "stop": 865777642
        },
        {
            "start": 865777649,
            "stop": 865783363
        },
        {
            "start": 865783366,
            "stop": 865785154
        },
        {
            "start": 865785240,
            "stop": 865788710
        },
        {
            "start": 865788715,
            "stop": 865793122
        },
        {
            "start": 865793128,
            "stop": 865793138
        },
        {
            "start": 865793141,
            "stop": 865793142
        },
        {
            "start": 865793292,
            "stop": 865795297
        },
        {
            "start": 865796505,
            "stop": 865798627
        },
        {
            "start": 865802694,
            "stop": 865807155
        },
        {
            "start": 865807158,
            "stop": 865807160
        },
        {
            "start": 865807318,
            "stop": 865808646
        },
        {
            "start": 865809599,
            "stop": 865824181
        },
        {
            "start": 865825373,
            "stop": 865827609
        },
        {
            "start": 865827685,
            "stop": 865829035
        },
        {
            "start": 865829066,
            "stop": 865864022
        },
        {
            "start": 865864025,
            "stop": 865864035
        }
    ]
}