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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3994",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3995,
    "results": [
        {
            "start": 874703327,
            "stop": 874703340
        },
        {
            "start": 874703341,
            "stop": 874703345
        },
        {
            "start": 874703346,
            "stop": 874703366
        },
        {
            "start": 874703367,
            "stop": 874703389
        },
        {
            "start": 874703390,
            "stop": 874703895
        },
        {
            "start": 874703896,
            "stop": 874712150
        },
        {
            "start": 874712530,
            "stop": 874713363
        },
        {
            "start": 874713364,
            "stop": 874727678
        },
        {
            "start": 874727679,
            "stop": 874739655
        },
        {
            "start": 874739656,
            "stop": 874743748
        },
        {
            "start": 874743750,
            "stop": 874743794
        },
        {
            "start": 874743795,
            "stop": 874743796
        },
        {
            "start": 874743797,
            "stop": 874743832
        },
        {
            "start": 874743834,
            "stop": 874743840
        },
        {
            "start": 874743841,
            "stop": 874743856
        },
        {
            "start": 874743858,
            "stop": 874743889
        },
        {
            "start": 874743890,
            "stop": 874743895
        },
        {
            "start": 874745089,
            "stop": 874745144
        },
        {
            "start": 874745147,
            "stop": 874745914
        },
        {
            "start": 874745917,
            "stop": 874746120
        }
    ]
}