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=250
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=251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=249",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 250,
    "results": [
        {
            "start": 828097876,
            "stop": 828097996
        },
        {
            "start": 828098230,
            "stop": 828098950
        },
        {
            "start": 828100680,
            "stop": 828101580
        },
        {
            "start": 828101793,
            "stop": 828102153
        },
        {
            "start": 828102445,
            "stop": 828102685
        },
        {
            "start": 828103504,
            "stop": 828103894
        },
        {
            "start": 828103924,
            "stop": 828103984
        },
        {
            "start": 828104261,
            "stop": 828104681
        },
        {
            "start": 828105883,
            "stop": 828106093
        },
        {
            "start": 828106303,
            "stop": 828106603
        },
        {
            "start": 828176583,
            "stop": 828176643
        },
        {
            "start": 828176868,
            "stop": 828176928
        },
        {
            "start": 828178177,
            "stop": 828178237
        },
        {
            "start": 828263821,
            "stop": 828264001
        },
        {
            "start": 828264161,
            "stop": 828265241
        },
        {
            "start": 828266963,
            "stop": 828267383
        },
        {
            "start": 828267578,
            "stop": 828267878
        },
        {
            "start": 828268070,
            "stop": 828268730
        },
        {
            "start": 828268871,
            "stop": 828269051
        },
        {
            "start": 828269217,
            "stop": 828270297
        }
    ]
}