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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=269",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 270,
    "results": [
        {
            "start": 931782053,
            "stop": 931782058
        },
        {
            "start": 931782060,
            "stop": 931782140
        },
        {
            "start": 931782142,
            "stop": 931782185
        },
        {
            "start": 931782189,
            "stop": 931782257
        },
        {
            "start": 931782258,
            "stop": 931782268
        },
        {
            "start": 931782269,
            "stop": 931782295
        },
        {
            "start": 931782297,
            "stop": 931782298
        },
        {
            "start": 931782300,
            "stop": 931782302
        },
        {
            "start": 931782306,
            "stop": 931782316
        },
        {
            "start": 931782318,
            "stop": 931782319
        },
        {
            "start": 931782321,
            "stop": 931782325
        },
        {
            "start": 931782326,
            "stop": 931782328
        },
        {
            "start": 931782330,
            "stop": 931782361
        },
        {
            "start": 931782363,
            "stop": 931782366
        },
        {
            "start": 931782370,
            "stop": 931782462
        },
        {
            "start": 931782464,
            "stop": 931782480
        },
        {
            "start": 931782481,
            "stop": 931782492
        },
        {
            "start": 931782494,
            "stop": 931782497
        },
        {
            "start": 931782499,
            "stop": 931782503
        },
        {
            "start": 931782504,
            "stop": 931782526
        }
    ]
}