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=9793
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=9794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9792",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9793,
    "results": [
        {
            "start": 873316320,
            "stop": 873316421
        },
        {
            "start": 873316438,
            "stop": 873316920
        },
        {
            "start": 873316937,
            "stop": 873317137
        },
        {
            "start": 873317154,
            "stop": 873317220
        },
        {
            "start": 873317280,
            "stop": 873318076
        },
        {
            "start": 873318079,
            "stop": 873318184
        },
        {
            "start": 873318304,
            "stop": 873318321
        },
        {
            "start": 873318338,
            "stop": 873318386
        },
        {
            "start": 873318859,
            "stop": 873319214
        },
        {
            "start": 873319231,
            "stop": 873319436
        },
        {
            "start": 873319437,
            "stop": 873319486
        },
        {
            "start": 873319504,
            "stop": 873319939
        },
        {
            "start": 873320075,
            "stop": 873320280
        },
        {
            "start": 873320340,
            "stop": 873320362
        },
        {
            "start": 873320379,
            "stop": 873321038
        },
        {
            "start": 873321055,
            "stop": 873321163
        },
        {
            "start": 873321180,
            "stop": 873321228
        },
        {
            "start": 873321245,
            "stop": 873321246
        },
        {
            "start": 873321263,
            "stop": 873321319
        },
        {
            "start": 873321336,
            "stop": 873321597
        }
    ]
}