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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=309",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 310,
    "results": [
        {
            "start": 822860212,
            "stop": 822860240
        },
        {
            "start": 822860247,
            "stop": 822860269
        },
        {
            "start": 822860277,
            "stop": 822860280
        },
        {
            "start": 822860340,
            "stop": 822860422
        },
        {
            "start": 822860435,
            "stop": 822860520
        },
        {
            "start": 822860580,
            "stop": 822860593
        },
        {
            "start": 822860601,
            "stop": 822860603
        },
        {
            "start": 822862046,
            "stop": 822862066
        },
        {
            "start": 822862073,
            "stop": 822862109
        },
        {
            "start": 822862116,
            "stop": 822862148
        },
        {
            "start": 822862156,
            "stop": 822862164
        },
        {
            "start": 822862171,
            "stop": 822862192
        },
        {
            "start": 822862568,
            "stop": 822862590
        },
        {
            "start": 822865654,
            "stop": 822865772
        },
        {
            "start": 822865896,
            "stop": 822865958
        },
        {
            "start": 822865965,
            "stop": 822866125
        },
        {
            "start": 822866146,
            "stop": 822866152
        },
        {
            "start": 822866159,
            "stop": 822866273
        },
        {
            "start": 822866280,
            "stop": 822866322
        },
        {
            "start": 822866329,
            "stop": 822866382
        }
    ]
}