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=1436
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=1437",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1435",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1436,
    "results": [
        {
            "start": 854287015,
            "stop": 854288354
        },
        {
            "start": 854289452,
            "stop": 854292373
        },
        {
            "start": 854295168,
            "stop": 854311849
        },
        {
            "start": 854316899,
            "stop": 854319712
        },
        {
            "start": 854321804,
            "stop": 854324746
        },
        {
            "start": 854327038,
            "stop": 854403345
        },
        {
            "start": 854403348,
            "stop": 854408756
        },
        {
            "start": 854410250,
            "stop": 854427613
        },
        {
            "start": 854427844,
            "stop": 854478764
        },
        {
            "start": 854479713,
            "stop": 854482221
        },
        {
            "start": 854483245,
            "stop": 854483454
        },
        {
            "start": 854483457,
            "stop": 854504706
        },
        {
            "start": 854505238,
            "stop": 854584202
        },
        {
            "start": 854584559,
            "stop": 854586682
        },
        {
            "start": 854586697,
            "stop": 854618035
        },
        {
            "start": 854620245,
            "stop": 854653395
        },
        {
            "start": 854653398,
            "stop": 854658301
        },
        {
            "start": 854667568,
            "stop": 854673133
        },
        {
            "start": 854673237,
            "stop": 854705342
        },
        {
            "start": 854706514,
            "stop": 854706570
        }
    ]
}