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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=227",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 228,
    "results": [
        {
            "start": 836662708,
            "stop": 836665141
        },
        {
            "start": 836694002,
            "stop": 836694767
        },
        {
            "start": 836694769,
            "stop": 836711119
        },
        {
            "start": 836711121,
            "stop": 836713365
        },
        {
            "start": 836713367,
            "stop": 836713672
        },
        {
            "start": 836714864,
            "stop": 836727236
        },
        {
            "start": 836727237,
            "stop": 836727595
        },
        {
            "start": 836728706,
            "stop": 836730222
        },
        {
            "start": 836730224,
            "stop": 836730265
        },
        {
            "start": 836730267,
            "stop": 836737289
        },
        {
            "start": 836738659,
            "stop": 836738738
        },
        {
            "start": 836738740,
            "stop": 836739449
        },
        {
            "start": 836740810,
            "stop": 836741149
        },
        {
            "start": 836741546,
            "stop": 836742402
        },
        {
            "start": 836742656,
            "stop": 836744401
        },
        {
            "start": 836745590,
            "stop": 836745765
        },
        {
            "start": 836747322,
            "stop": 836749624
        },
        {
            "start": 836750307,
            "stop": 836752381
        },
        {
            "start": 836752428,
            "stop": 836755426
        },
        {
            "start": 836755596,
            "stop": 836757907
        }
    ]
}