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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5690",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5691,
    "results": [
        {
            "start": 874566698,
            "stop": 874566812
        },
        {
            "start": 874566815,
            "stop": 874566855
        },
        {
            "start": 874566858,
            "stop": 874566868
        },
        {
            "start": 874566872,
            "stop": 874566905
        },
        {
            "start": 874566908,
            "stop": 874566961
        },
        {
            "start": 874566964,
            "stop": 874567004
        },
        {
            "start": 874567007,
            "stop": 874567085
        },
        {
            "start": 874567091,
            "stop": 874567140
        },
        {
            "start": 874567143,
            "stop": 874567159
        },
        {
            "start": 874567163,
            "stop": 874567216
        },
        {
            "start": 874567219,
            "stop": 874567222
        },
        {
            "start": 874567231,
            "stop": 874567274
        },
        {
            "start": 874567277,
            "stop": 874567296
        },
        {
            "start": 874567299,
            "stop": 874567310
        },
        {
            "start": 874567314,
            "stop": 874567347
        },
        {
            "start": 874567350,
            "stop": 874567375
        },
        {
            "start": 874567378,
            "stop": 874567406
        },
        {
            "start": 874567410,
            "stop": 874567411
        },
        {
            "start": 874567414,
            "stop": 874567445
        },
        {
            "start": 874569398,
            "stop": 874571763
        }
    ]
}