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=1439
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=1440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1438",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1439,
    "results": [
        {
            "start": 855347966,
            "stop": 855352843
        },
        {
            "start": 855360816,
            "stop": 855414381
        },
        {
            "start": 855415254,
            "stop": 855417066
        },
        {
            "start": 855417069,
            "stop": 855417075
        },
        {
            "start": 855417078,
            "stop": 855417625
        },
        {
            "start": 855459213,
            "stop": 855460700
        },
        {
            "start": 855461011,
            "stop": 855487353
        },
        {
            "start": 855487557,
            "stop": 855488519
        },
        {
            "start": 855488801,
            "stop": 855489699
        },
        {
            "start": 855489932,
            "stop": 855492342
        },
        {
            "start": 855492931,
            "stop": 855498022
        },
        {
            "start": 855499902,
            "stop": 855506670
        },
        {
            "start": 855510875,
            "stop": 855516576
        },
        {
            "start": 855516736,
            "stop": 855520959
        },
        {
            "start": 855521882,
            "stop": 855526457
        },
        {
            "start": 855528831,
            "stop": 855532347
        },
        {
            "start": 855532350,
            "stop": 855532351
        },
        {
            "start": 855532356,
            "stop": 855532367
        },
        {
            "start": 855532371,
            "stop": 855533268
        },
        {
            "start": 855533592,
            "stop": 855535140
        }
    ]
}