Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3,
    "results": [
        {
            "start": 815413303,
            "stop": 815413363
        },
        {
            "start": 815413366,
            "stop": 815413796
        },
        {
            "start": 815413799,
            "stop": 815414086
        },
        {
            "start": 815414090,
            "stop": 815414192
        },
        {
            "start": 815414195,
            "stop": 815414233
        },
        {
            "start": 815414263,
            "stop": 815414266
        },
        {
            "start": 815494115,
            "stop": 815494128
        },
        {
            "start": 815494131,
            "stop": 815494166
        },
        {
            "start": 815494169,
            "stop": 815494182
        },
        {
            "start": 815494185,
            "stop": 815494228
        },
        {
            "start": 815494232,
            "stop": 815494240
        },
        {
            "start": 815494245,
            "stop": 815494254
        },
        {
            "start": 815494258,
            "stop": 815494370
        },
        {
            "start": 815494373,
            "stop": 815494401
        },
        {
            "start": 815494405,
            "stop": 815494436
        },
        {
            "start": 815494439,
            "stop": 815494797
        },
        {
            "start": 815494800,
            "stop": 815494848
        },
        {
            "start": 815494851,
            "stop": 815494864
        },
        {
            "start": 815494867,
            "stop": 815494881
        },
        {
            "start": 815494884,
            "stop": 815494886
        }
    ]
}