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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=208",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 209,
    "results": [
        {
            "start": 820186824,
            "stop": 820187249
        },
        {
            "start": 820187253,
            "stop": 820187424
        },
        {
            "start": 820187427,
            "stop": 820187445
        },
        {
            "start": 820187449,
            "stop": 820187458
        },
        {
            "start": 820187461,
            "stop": 820187464
        },
        {
            "start": 820187467,
            "stop": 820187484
        },
        {
            "start": 820187487,
            "stop": 820187707
        },
        {
            "start": 820187711,
            "stop": 820187776
        },
        {
            "start": 820187780,
            "stop": 820187987
        },
        {
            "start": 820187990,
            "stop": 820188095
        },
        {
            "start": 820188098,
            "stop": 820188101
        },
        {
            "start": 820188104,
            "stop": 820188191
        },
        {
            "start": 820188194,
            "stop": 820188209
        },
        {
            "start": 820188212,
            "stop": 820188413
        },
        {
            "start": 820188417,
            "stop": 820188606
        },
        {
            "start": 820188609,
            "stop": 820188612
        },
        {
            "start": 820188616,
            "stop": 820188618
        },
        {
            "start": 820188622,
            "stop": 820188655
        },
        {
            "start": 820188658,
            "stop": 820188679
        },
        {
            "start": 820188696,
            "stop": 820188976
        }
    ]
}