Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9926
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9925",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9926,
    "results": [
        {
            "start": 874703346,
            "stop": 874703366
        },
        {
            "start": 874703367,
            "stop": 874703389
        },
        {
            "start": 874703390,
            "stop": 874703895
        },
        {
            "start": 874703896,
            "stop": 874712149
        },
        {
            "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": 874743894
        },
        {
            "start": 874745089,
            "stop": 874745144
        },
        {
            "start": 874745147,
            "stop": 874745914
        },
        {
            "start": 874745917,
            "stop": 874746120
        },
        {
            "start": 874746123,
            "stop": 874746399
        },
        {
            "start": 874746402,
            "stop": 874746420
        }
    ]
}