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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=113",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 114,
    "results": [
        {
            "start": 819920650,
            "stop": 819920820
        },
        {
            "start": 819920880,
            "stop": 819920930
        },
        {
            "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": 819924650
        },
        {
            "start": 819924730,
            "stop": 819925195
        },
        {
            "start": 819925203,
            "stop": 819926150
        },
        {
            "start": 819926230,
            "stop": 819926984
        },
        {
            "start": 819926991,
            "stop": 819927313
        },
        {
            "start": 819930752,
            "stop": 819930853
        },
        {
            "start": 819931087,
            "stop": 819931910
        },
        {
            "start": 819932050,
            "stop": 819933729
        },
        {
            "start": 819933737,
            "stop": 819933781
        },
        {
            "start": 819933788,
            "stop": 819935690
        },
        {
            "start": 819935830,
            "stop": 819936770
        },
        {
            "start": 819936850,
            "stop": 819938413
        }
    ]
}