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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=186",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 187,
    "results": [
        {
            "start": 820515353,
            "stop": 820515505
        },
        {
            "start": 820515512,
            "stop": 820515549
        },
        {
            "start": 820515561,
            "stop": 820516000
        },
        {
            "start": 820516008,
            "stop": 820516065
        },
        {
            "start": 820516072,
            "stop": 820516108
        },
        {
            "start": 820516116,
            "stop": 820516227
        },
        {
            "start": 820516240,
            "stop": 820516276
        },
        {
            "start": 820516284,
            "stop": 820516745
        },
        {
            "start": 820516752,
            "stop": 820516796
        },
        {
            "start": 820516803,
            "stop": 820517080
        },
        {
            "start": 820517087,
            "stop": 820517140
        },
        {
            "start": 820517147,
            "stop": 820517162
        },
        {
            "start": 820517169,
            "stop": 820517237
        },
        {
            "start": 820517244,
            "stop": 820517374
        },
        {
            "start": 820517381,
            "stop": 820517403
        },
        {
            "start": 820517411,
            "stop": 820517443
        },
        {
            "start": 820517457,
            "stop": 820517484
        },
        {
            "start": 820517491,
            "stop": 820517558
        },
        {
            "start": 820517566,
            "stop": 820517686
        },
        {
            "start": 820517693,
            "stop": 820517892
        }
    ]
}