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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=152",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 153,
    "results": [
        {
            "start": 838416294,
            "stop": 838416786
        },
        {
            "start": 838418250,
            "stop": 838418795
        },
        {
            "start": 838420230,
            "stop": 838469390
        },
        {
            "start": 838470541,
            "stop": 838479616
        },
        {
            "start": 838495211,
            "stop": 838569048
        },
        {
            "start": 838571275,
            "stop": 838583318
        },
        {
            "start": 838585954,
            "stop": 838607521
        },
        {
            "start": 838608686,
            "stop": 838609460
        },
        {
            "start": 838610516,
            "stop": 838610681
        },
        {
            "start": 838611576,
            "stop": 838629226
        },
        {
            "start": 838632079,
            "stop": 838635384
        },
        {
            "start": 838636860,
            "stop": 838663010
        },
        {
            "start": 838663410,
            "stop": 838664197
        },
        {
            "start": 838664688,
            "stop": 838664711
        },
        {
            "start": 838665052,
            "stop": 838675910
        },
        {
            "start": 838675912,
            "stop": 838683782
        },
        {
            "start": 838684804,
            "stop": 838688352
        },
        {
            "start": 838690548,
            "stop": 838713228
        },
        {
            "start": 838715170,
            "stop": 838752625
        },
        {
            "start": 838753372,
            "stop": 838756483
        }
    ]
}