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=391
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=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=390",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 391,
    "results": [
        {
            "start": 836922645,
            "stop": 836923185
        },
        {
            "start": 836923450,
            "stop": 836924710
        },
        {
            "start": 836925207,
            "stop": 836928507
        },
        {
            "start": 836928667,
            "stop": 836928907
        },
        {
            "start": 836930126,
            "stop": 836930246
        },
        {
            "start": 836930814,
            "stop": 836931534
        },
        {
            "start": 836931780,
            "stop": 836932020
        },
        {
            "start": 836934917,
            "stop": 836935757
        },
        {
            "start": 836950875,
            "stop": 836951775
        },
        {
            "start": 836951939,
            "stop": 836953859
        },
        {
            "start": 836954333,
            "stop": 836959193
        },
        {
            "start": 836959223,
            "stop": 836962613
        },
        {
            "start": 836962825,
            "stop": 836968825
        },
        {
            "start": 836969045,
            "stop": 836971325
        },
        {
            "start": 836971475,
            "stop": 836973965
        },
        {
            "start": 836975029,
            "stop": 836975389
        },
        {
            "start": 836975793,
            "stop": 836983533
        },
        {
            "start": 836985422,
            "stop": 836985782
        },
        {
            "start": 836985936,
            "stop": 836993496
        },
        {
            "start": 836993639,
            "stop": 836994689
        }
    ]
}