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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=111",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 112,
    "results": [
        {
            "start": 831039249,
            "stop": 831056836
        },
        {
            "start": 831058657,
            "stop": 831064977
        },
        {
            "start": 831066839,
            "stop": 831071610
        },
        {
            "start": 831071612,
            "stop": 831096647
        },
        {
            "start": 831098814,
            "stop": 831099668
        },
        {
            "start": 831099778,
            "stop": 831099825
        },
        {
            "start": 831100256,
            "stop": 831100336
        },
        {
            "start": 831100446,
            "stop": 831100675
        },
        {
            "start": 831100975,
            "stop": 831104652
        },
        {
            "start": 831105436,
            "stop": 831105481
        },
        {
            "start": 831105508,
            "stop": 831134405
        },
        {
            "start": 831138844,
            "stop": 831139020
        },
        {
            "start": 831139320,
            "stop": 831141104
        },
        {
            "start": 831141404,
            "stop": 831142241
        },
        {
            "start": 831142351,
            "stop": 831142541
        },
        {
            "start": 831142841,
            "stop": 831142862
        },
        {
            "start": 831142972,
            "stop": 831143148
        },
        {
            "start": 831143448,
            "stop": 831144499
        },
        {
            "start": 831144801,
            "stop": 831145026
        },
        {
            "start": 831145250,
            "stop": 831145924
        }
    ]
}