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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4113",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4114,
    "results": [
        {
            "start": 874234932,
            "stop": 874234957
        },
        {
            "start": 874234976,
            "stop": 874234983
        },
        {
            "start": 874235017,
            "stop": 874235101
        },
        {
            "start": 874235120,
            "stop": 874235124
        },
        {
            "start": 874235143,
            "stop": 874235146
        },
        {
            "start": 874235165,
            "stop": 874235168
        },
        {
            "start": 874235192,
            "stop": 874235299
        },
        {
            "start": 874235318,
            "stop": 874235406
        },
        {
            "start": 874235425,
            "stop": 874235435
        },
        {
            "start": 874235454,
            "stop": 874235492
        },
        {
            "start": 874235512,
            "stop": 874235646
        },
        {
            "start": 874235669,
            "stop": 874236124
        },
        {
            "start": 874236143,
            "stop": 874236250
        },
        {
            "start": 874236269,
            "stop": 874236316
        },
        {
            "start": 874236335,
            "stop": 874236406
        },
        {
            "start": 874236425,
            "stop": 874236441
        },
        {
            "start": 874236553,
            "stop": 874236563
        },
        {
            "start": 874236597,
            "stop": 874236691
        },
        {
            "start": 874236711,
            "stop": 874236740
        },
        {
            "start": 874236762,
            "stop": 874236858
        }
    ]
}