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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=257",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 258,
    "results": [
        {
            "start": 820969367,
            "stop": 820969585
        },
        {
            "start": 820969588,
            "stop": 820969667
        },
        {
            "start": 820969670,
            "stop": 820970408
        },
        {
            "start": 820970411,
            "stop": 820970610
        },
        {
            "start": 820970613,
            "stop": 820970687
        },
        {
            "start": 820970690,
            "stop": 820971233
        },
        {
            "start": 820971236,
            "stop": 820971729
        },
        {
            "start": 820971732,
            "stop": 820972085
        },
        {
            "start": 820972088,
            "stop": 820972142
        },
        {
            "start": 820972146,
            "stop": 820972417
        },
        {
            "start": 820972421,
            "stop": 820972428
        },
        {
            "start": 820972431,
            "stop": 820972519
        },
        {
            "start": 820972522,
            "stop": 820972761
        },
        {
            "start": 820972764,
            "stop": 820972971
        },
        {
            "start": 820972974,
            "stop": 820973448
        },
        {
            "start": 820973452,
            "stop": 820973660
        },
        {
            "start": 820974508,
            "stop": 820974698
        },
        {
            "start": 820974701,
            "stop": 820974745
        },
        {
            "start": 820975145,
            "stop": 820975682
        },
        {
            "start": 820976290,
            "stop": 820977464
        }
    ]
}