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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=968",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 969,
    "results": [
        {
            "start": 868855631,
            "stop": 868856351
        },
        {
            "start": 868856595,
            "stop": 868862655
        },
        {
            "start": 868867144,
            "stop": 868872844
        },
        {
            "start": 868873049,
            "stop": 868881089
        },
        {
            "start": 868881284,
            "stop": 868882424
        },
        {
            "start": 868883609,
            "stop": 868883969
        },
        {
            "start": 868894229,
            "stop": 868894769
        },
        {
            "start": 868894922,
            "stop": 868896242
        },
        {
            "start": 868896372,
            "stop": 868896912
        },
        {
            "start": 868897174,
            "stop": 868899034
        },
        {
            "start": 868899206,
            "stop": 868899326
        },
        {
            "start": 868899501,
            "stop": 868899621
        },
        {
            "start": 868900085,
            "stop": 868900205
        },
        {
            "start": 868900354,
            "stop": 868900474
        },
        {
            "start": 868900625,
            "stop": 868900685
        },
        {
            "start": 868901921,
            "stop": 868902161
        },
        {
            "start": 868911582,
            "stop": 868913442
        },
        {
            "start": 868913472,
            "stop": 868915062
        },
        {
            "start": 868915308,
            "stop": 868916208
        },
        {
            "start": 868921335,
            "stop": 868922685
        }
    ]
}