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_H1L1/segments?format=api&page=1077
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_H1L1/segments?format=api&page=1078",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1076",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1077,
    "results": [
        {
            "start": 873772515,
            "stop": 873773535
        },
        {
            "start": 873773703,
            "stop": 873773883
        },
        {
            "start": 873774042,
            "stop": 873775002
        },
        {
            "start": 873775274,
            "stop": 873775574
        },
        {
            "start": 873775732,
            "stop": 873775792
        },
        {
            "start": 873776403,
            "stop": 873776463
        },
        {
            "start": 873776768,
            "stop": 873777128
        },
        {
            "start": 873777282,
            "stop": 873778062
        },
        {
            "start": 873778384,
            "stop": 873779344
        },
        {
            "start": 873779483,
            "stop": 873779963
        },
        {
            "start": 873780175,
            "stop": 873781915
        },
        {
            "start": 873782094,
            "stop": 873782994
        },
        {
            "start": 873783208,
            "stop": 873783448
        },
        {
            "start": 873783613,
            "stop": 873783853
        },
        {
            "start": 873784000,
            "stop": 873785080
        },
        {
            "start": 873785232,
            "stop": 873785292
        },
        {
            "start": 873786490,
            "stop": 873786730
        },
        {
            "start": 873796569,
            "stop": 873796629
        },
        {
            "start": 873796781,
            "stop": 873797981
        },
        {
            "start": 873798794,
            "stop": 873799094
        }
    ]
}