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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6853",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6854,
    "results": [
        {
            "start": 873225600,
            "stop": 873225660
        },
        {
            "start": 873225720,
            "stop": 873225749
        },
        {
            "start": 873225752,
            "stop": 873226059
        },
        {
            "start": 873226062,
            "stop": 873226402
        },
        {
            "start": 873226406,
            "stop": 873226759
        },
        {
            "start": 873226762,
            "stop": 873226826
        },
        {
            "start": 873226831,
            "stop": 873226900
        },
        {
            "start": 873226904,
            "stop": 873226952
        },
        {
            "start": 873226955,
            "stop": 873227141
        },
        {
            "start": 873227145,
            "stop": 873227180
        },
        {
            "start": 873227183,
            "stop": 873227199
        },
        {
            "start": 873227204,
            "stop": 873227226
        },
        {
            "start": 873227231,
            "stop": 873227296
        },
        {
            "start": 873227300,
            "stop": 873227462
        },
        {
            "start": 873227468,
            "stop": 873227594
        },
        {
            "start": 873229609,
            "stop": 873229612
        },
        {
            "start": 873229623,
            "stop": 873229672
        },
        {
            "start": 873229673,
            "stop": 873229866
        },
        {
            "start": 873229867,
            "stop": 873229999
        },
        {
            "start": 873230001,
            "stop": 873230131
        }
    ]
}