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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=71",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 72,
    "results": [
        {
            "start": 819526391,
            "stop": 819526451
        },
        {
            "start": 819526628,
            "stop": 819527168
        },
        {
            "start": 819527458,
            "stop": 819527578
        },
        {
            "start": 819528001,
            "stop": 819528241
        },
        {
            "start": 819528564,
            "stop": 819528684
        },
        {
            "start": 819529086,
            "stop": 819529206
        },
        {
            "start": 819529360,
            "stop": 819529480
        },
        {
            "start": 819529748,
            "stop": 819529808
        },
        {
            "start": 819530174,
            "stop": 819530234
        },
        {
            "start": 819531183,
            "stop": 819531903
        },
        {
            "start": 819532400,
            "stop": 819532520
        },
        {
            "start": 819532665,
            "stop": 819532725
        },
        {
            "start": 819533426,
            "stop": 819533486
        },
        {
            "start": 819535460,
            "stop": 819535760
        },
        {
            "start": 819549160,
            "stop": 819549220
        },
        {
            "start": 819550357,
            "stop": 819550477
        },
        {
            "start": 819551631,
            "stop": 819551691
        },
        {
            "start": 819552145,
            "stop": 819552205
        },
        {
            "start": 819552358,
            "stop": 819552538
        },
        {
            "start": 819553827,
            "stop": 819554007
        }
    ]
}