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=9788
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=9789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9787",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9788,
    "results": [
        {
            "start": 873302722,
            "stop": 873302759
        },
        {
            "start": 873302796,
            "stop": 873302846
        },
        {
            "start": 873302863,
            "stop": 873302884
        },
        {
            "start": 873302901,
            "stop": 873302908
        },
        {
            "start": 873302925,
            "stop": 873302926
        },
        {
            "start": 873302968,
            "stop": 873302971
        },
        {
            "start": 873302989,
            "stop": 873303034
        },
        {
            "start": 873303057,
            "stop": 873303796
        },
        {
            "start": 873303813,
            "stop": 873303814
        },
        {
            "start": 873303831,
            "stop": 873304566
        },
        {
            "start": 873304706,
            "stop": 873304800
        },
        {
            "start": 873304817,
            "stop": 873304851
        },
        {
            "start": 873304875,
            "stop": 873304879
        },
        {
            "start": 873304906,
            "stop": 873304964
        },
        {
            "start": 873304982,
            "stop": 873304987
        },
        {
            "start": 873305004,
            "stop": 873305010
        },
        {
            "start": 873305097,
            "stop": 873305153
        },
        {
            "start": 873305221,
            "stop": 873305222
        },
        {
            "start": 873305269,
            "stop": 873305280
        },
        {
            "start": 873305297,
            "stop": 873305322
        }
    ]
}