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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5734",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5735,
    "results": [
        {
            "start": 874612424,
            "stop": 874612448
        },
        {
            "start": 874612451,
            "stop": 874612454
        },
        {
            "start": 874612457,
            "stop": 874612478
        },
        {
            "start": 874612481,
            "stop": 874612500
        },
        {
            "start": 874612504,
            "stop": 874612524
        },
        {
            "start": 874612527,
            "stop": 874612555
        },
        {
            "start": 874612558,
            "stop": 874612568
        },
        {
            "start": 874612572,
            "stop": 874612578
        },
        {
            "start": 874612582,
            "stop": 874612587
        },
        {
            "start": 874612590,
            "stop": 874612618
        },
        {
            "start": 874612621,
            "stop": 874612624
        },
        {
            "start": 874612629,
            "stop": 874612646
        },
        {
            "start": 874612650,
            "stop": 874612673
        },
        {
            "start": 874612677,
            "stop": 874612686
        },
        {
            "start": 874612689,
            "stop": 874612693
        },
        {
            "start": 874612696,
            "stop": 874612700
        },
        {
            "start": 874612706,
            "stop": 874612715
        },
        {
            "start": 874612719,
            "stop": 874612729
        },
        {
            "start": 874612734,
            "stop": 874612736
        },
        {
            "start": 874612739,
            "stop": 874612741
        }
    ]
}