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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33273",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33274,
    "results": [
        {
            "start": 970997581,
            "stop": 970997595
        },
        {
            "start": 970997598,
            "stop": 970997600
        },
        {
            "start": 970997601,
            "stop": 970997607
        },
        {
            "start": 970997608,
            "stop": 970997658
        },
        {
            "start": 970997659,
            "stop": 970997683
        },
        {
            "start": 970997686,
            "stop": 970997696
        },
        {
            "start": 970997697,
            "stop": 970997737
        },
        {
            "start": 970997740,
            "stop": 970997765
        },
        {
            "start": 970997766,
            "stop": 970997777
        },
        {
            "start": 970997778,
            "stop": 970997793
        },
        {
            "start": 970997794,
            "stop": 970997811
        },
        {
            "start": 970997813,
            "stop": 970997829
        },
        {
            "start": 970997830,
            "stop": 970997833
        },
        {
            "start": 970997836,
            "stop": 970997871
        },
        {
            "start": 970997874,
            "stop": 970997910
        },
        {
            "start": 970997914,
            "stop": 970997919
        },
        {
            "start": 970997920,
            "stop": 970997933
        },
        {
            "start": 970997937,
            "stop": 970998020
        },
        {
            "start": 970998023,
            "stop": 970998031
        },
        {
            "start": 970998032,
            "stop": 970998035
        }
    ]
}