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=788
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=789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=787",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 788,
    "results": [
        {
            "start": 857924960,
            "stop": 857926280
        },
        {
            "start": 857926437,
            "stop": 857927337
        },
        {
            "start": 857927784,
            "stop": 857928204
        },
        {
            "start": 857928360,
            "stop": 857931180
        },
        {
            "start": 857933492,
            "stop": 857935592
        },
        {
            "start": 857935742,
            "stop": 857936792
        },
        {
            "start": 857937027,
            "stop": 857939127
        },
        {
            "start": 857940731,
            "stop": 857941241
        },
        {
            "start": 857941602,
            "stop": 857942262
        },
        {
            "start": 857942546,
            "stop": 857943536
        },
        {
            "start": 857943596,
            "stop": 857943776
        },
        {
            "start": 857944351,
            "stop": 857945191
        },
        {
            "start": 857948436,
            "stop": 857948616
        },
        {
            "start": 857948909,
            "stop": 857949089
        },
        {
            "start": 857950956,
            "stop": 857971296
        },
        {
            "start": 857971485,
            "stop": 857975445
        },
        {
            "start": 857976407,
            "stop": 857976527
        },
        {
            "start": 857977756,
            "stop": 857978776
        },
        {
            "start": 857979004,
            "stop": 857980144
        },
        {
            "start": 857980345,
            "stop": 857989285
        }
    ]
}