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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=278",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 279,
    "results": [
        {
            "start": 1260153013,
            "stop": 1260153022
        },
        {
            "start": 1260153023,
            "stop": 1260153124
        },
        {
            "start": 1260153125,
            "stop": 1260153293
        },
        {
            "start": 1260153296,
            "stop": 1260153365
        },
        {
            "start": 1260153373,
            "stop": 1260153478
        },
        {
            "start": 1260153481,
            "stop": 1260153734
        },
        {
            "start": 1260153737,
            "stop": 1260153775
        },
        {
            "start": 1260153778,
            "stop": 1260153985
        },
        {
            "start": 1260153988,
            "stop": 1260154057
        },
        {
            "start": 1260154060,
            "stop": 1260154878
        },
        {
            "start": 1260154881,
            "stop": 1260154903
        },
        {
            "start": 1260154906,
            "stop": 1260155143
        },
        {
            "start": 1260155144,
            "stop": 1260156245
        },
        {
            "start": 1260156248,
            "stop": 1260156332
        },
        {
            "start": 1260156335,
            "stop": 1260156876
        },
        {
            "start": 1260156878,
            "stop": 1260157218
        },
        {
            "start": 1260157219,
            "stop": 1260157565
        },
        {
            "start": 1260157567,
            "stop": 1260157641
        },
        {
            "start": 1260157643,
            "stop": 1260157854
        },
        {
            "start": 1260157857,
            "stop": 1260158110
        }
    ]
}