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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4591",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4589",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4590,
    "results": [
        {
            "start": 874049190,
            "stop": 874049991
        },
        {
            "start": 874050011,
            "stop": 874050317
        },
        {
            "start": 874050336,
            "stop": 874050345
        },
        {
            "start": 874050364,
            "stop": 874050565
        },
        {
            "start": 874050584,
            "stop": 874050665
        },
        {
            "start": 874050684,
            "stop": 874050692
        },
        {
            "start": 874050711,
            "stop": 874051485
        },
        {
            "start": 874051504,
            "stop": 874051811
        },
        {
            "start": 874051831,
            "stop": 874051899
        },
        {
            "start": 874051940,
            "stop": 874052280
        },
        {
            "start": 874052700,
            "stop": 874052874
        },
        {
            "start": 874052893,
            "stop": 874053372
        },
        {
            "start": 874053391,
            "stop": 874053461
        },
        {
            "start": 874053481,
            "stop": 874053529
        },
        {
            "start": 874053548,
            "stop": 874053828
        },
        {
            "start": 874053847,
            "stop": 874053999
        },
        {
            "start": 874054033,
            "stop": 874054054
        },
        {
            "start": 874054074,
            "stop": 874054141
        },
        {
            "start": 874054160,
            "stop": 874054288
        },
        {
            "start": 874054307,
            "stop": 874054381
        }
    ]
}