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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=329",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 330,
    "results": [
        {
            "start": 821293497,
            "stop": 821293528
        },
        {
            "start": 821293547,
            "stop": 821293551
        },
        {
            "start": 821293570,
            "stop": 821293583
        },
        {
            "start": 821293602,
            "stop": 821293656
        },
        {
            "start": 821293675,
            "stop": 821293854
        },
        {
            "start": 821293873,
            "stop": 821294078
        },
        {
            "start": 821294111,
            "stop": 821294174
        },
        {
            "start": 821294193,
            "stop": 821294345
        },
        {
            "start": 821294373,
            "stop": 821294501
        },
        {
            "start": 821294520,
            "stop": 821294522
        },
        {
            "start": 821294541,
            "stop": 821294563
        },
        {
            "start": 821294582,
            "stop": 821294773
        },
        {
            "start": 821294792,
            "stop": 821294800
        },
        {
            "start": 821294819,
            "stop": 821294820
        },
        {
            "start": 821294839,
            "stop": 821295007
        },
        {
            "start": 821295026,
            "stop": 821295122
        },
        {
            "start": 821295141,
            "stop": 821295188
        },
        {
            "start": 821295207,
            "stop": 821295220
        },
        {
            "start": 821295239,
            "stop": 821295332
        },
        {
            "start": 821295351,
            "stop": 821295591
        }
    ]
}