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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=204",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 205,
    "results": [
        {
            "start": 820433700,
            "stop": 820433713
        },
        {
            "start": 820433758,
            "stop": 820433759
        },
        {
            "start": 820435906,
            "stop": 820436056
        },
        {
            "start": 820436063,
            "stop": 820436160
        },
        {
            "start": 820436220,
            "stop": 820436304
        },
        {
            "start": 820436311,
            "stop": 820436337
        },
        {
            "start": 820436344,
            "stop": 820436390
        },
        {
            "start": 820436530,
            "stop": 820436544
        },
        {
            "start": 820436552,
            "stop": 820436662
        },
        {
            "start": 820436669,
            "stop": 820437591
        },
        {
            "start": 820437599,
            "stop": 820437660
        },
        {
            "start": 820437720,
            "stop": 820438440
        },
        {
            "start": 820438500,
            "stop": 820438508
        },
        {
            "start": 820438614,
            "stop": 820438750
        },
        {
            "start": 820438758,
            "stop": 820438809
        },
        {
            "start": 820438816,
            "stop": 820439040
        },
        {
            "start": 820439100,
            "stop": 820439142
        },
        {
            "start": 820439149,
            "stop": 820439220
        },
        {
            "start": 820439227,
            "stop": 820439534
        },
        {
            "start": 820439541,
            "stop": 820439630
        }
    ]
}