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=1043
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=1044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1042",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1043,
    "results": [
        {
            "start": 872509430,
            "stop": 872509730
        },
        {
            "start": 872512545,
            "stop": 872512935
        },
        {
            "start": 872522735,
            "stop": 872523485
        },
        {
            "start": 872523635,
            "stop": 872523695
        },
        {
            "start": 872524108,
            "stop": 872524348
        },
        {
            "start": 872526845,
            "stop": 872527025
        },
        {
            "start": 872528959,
            "stop": 872529019
        },
        {
            "start": 872530071,
            "stop": 872530131
        },
        {
            "start": 872530658,
            "stop": 872530718
        },
        {
            "start": 872544143,
            "stop": 872544293
        },
        {
            "start": 872544473,
            "stop": 872545223
        },
        {
            "start": 872545996,
            "stop": 872546476
        },
        {
            "start": 872546621,
            "stop": 872546681
        },
        {
            "start": 872547106,
            "stop": 872547466
        },
        {
            "start": 872548116,
            "stop": 872550096
        },
        {
            "start": 872550242,
            "stop": 872551202
        },
        {
            "start": 872551357,
            "stop": 872552287
        },
        {
            "start": 872552437,
            "stop": 872553097
        },
        {
            "start": 872553256,
            "stop": 872554216
        },
        {
            "start": 872554509,
            "stop": 872554929
        }
    ]
}