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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=144",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 145,
    "results": [
        {
            "start": 819918780,
            "stop": 819918950
        },
        {
            "start": 819919030,
            "stop": 819919320
        },
        {
            "start": 819919380,
            "stop": 819920570
        },
        {
            "start": 819920650,
            "stop": 819920820
        },
        {
            "start": 819921010,
            "stop": 819921170
        },
        {
            "start": 819921250,
            "stop": 819921410
        },
        {
            "start": 819921660,
            "stop": 819922130
        },
        {
            "start": 819922270,
            "stop": 819922498
        },
        {
            "start": 819922505,
            "stop": 819922509
        },
        {
            "start": 819923510,
            "stop": 819924290
        },
        {
            "start": 819924370,
            "stop": 819924600
        },
        {
            "start": 819924730,
            "stop": 819925195
        },
        {
            "start": 819925203,
            "stop": 819926150
        },
        {
            "start": 819926230,
            "stop": 819926400
        },
        {
            "start": 819926460,
            "stop": 819926520
        },
        {
            "start": 819926580,
            "stop": 819926984
        },
        {
            "start": 819926991,
            "stop": 819927313
        },
        {
            "start": 819930752,
            "stop": 819930853
        },
        {
            "start": 819931087,
            "stop": 819931440
        },
        {
            "start": 819931500,
            "stop": 819931620
        }
    ]
}