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=780
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=781",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=779",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 780,
    "results": [
        {
            "start": 860549571,
            "stop": 860550741
        },
        {
            "start": 860551491,
            "stop": 860552091
        },
        {
            "start": 860552713,
            "stop": 860555473
        },
        {
            "start": 860555503,
            "stop": 860559613
        },
        {
            "start": 860560492,
            "stop": 860561752
        },
        {
            "start": 860561972,
            "stop": 860563592
        },
        {
            "start": 860563622,
            "stop": 860570192
        },
        {
            "start": 860571607,
            "stop": 860572327
        },
        {
            "start": 860572901,
            "stop": 860572961
        },
        {
            "start": 860573247,
            "stop": 860576007
        },
        {
            "start": 860579640,
            "stop": 860585100
        },
        {
            "start": 860586401,
            "stop": 860586551
        },
        {
            "start": 860586581,
            "stop": 860589071
        },
        {
            "start": 860589221,
            "stop": 860589761
        },
        {
            "start": 860589918,
            "stop": 860590518
        },
        {
            "start": 860590548,
            "stop": 860591658
        },
        {
            "start": 860592001,
            "stop": 860592121
        },
        {
            "start": 860592312,
            "stop": 860592672
        },
        {
            "start": 860592826,
            "stop": 860593066
        },
        {
            "start": 860593231,
            "stop": 860593291
        }
    ]
}