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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2932",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2933,
    "results": [
        {
            "start": 859074480,
            "stop": 859074527
        },
        {
            "start": 859074533,
            "stop": 859074540
        },
        {
            "start": 859074674,
            "stop": 859074713
        },
        {
            "start": 859074722,
            "stop": 859074733
        },
        {
            "start": 859074737,
            "stop": 859074783
        },
        {
            "start": 859074786,
            "stop": 859074809
        },
        {
            "start": 859074813,
            "stop": 859074820
        },
        {
            "start": 859079114,
            "stop": 859079155
        },
        {
            "start": 859079158,
            "stop": 859079160
        },
        {
            "start": 859081380,
            "stop": 859081469
        },
        {
            "start": 859081471,
            "stop": 859081473
        },
        {
            "start": 859081477,
            "stop": 859081500
        },
        {
            "start": 859081680,
            "stop": 859081689
        },
        {
            "start": 859081697,
            "stop": 859081703
        },
        {
            "start": 859081711,
            "stop": 859081716
        },
        {
            "start": 859081720,
            "stop": 859081740
        },
        {
            "start": 859082040,
            "stop": 859082104
        },
        {
            "start": 859082455,
            "stop": 859082460
        },
        {
            "start": 859082520,
            "stop": 859082542
        },
        {
            "start": 859082566,
            "stop": 859082572
        }
    ]
}