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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=125",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 126,
    "results": [
        {
            "start": 821400161,
            "stop": 821400581
        },
        {
            "start": 821400750,
            "stop": 821400870
        },
        {
            "start": 821401051,
            "stop": 821401111
        },
        {
            "start": 821401295,
            "stop": 821402615
        },
        {
            "start": 821402772,
            "stop": 821403912
        },
        {
            "start": 821404077,
            "stop": 821405157
        },
        {
            "start": 821405466,
            "stop": 821405646
        },
        {
            "start": 821406000,
            "stop": 821406120
        },
        {
            "start": 821406280,
            "stop": 821406760
        },
        {
            "start": 821406922,
            "stop": 821407162
        },
        {
            "start": 821407327,
            "stop": 821407867
        },
        {
            "start": 821408210,
            "stop": 821408270
        },
        {
            "start": 821408441,
            "stop": 821409761
        },
        {
            "start": 821410604,
            "stop": 821410664
        },
        {
            "start": 821410862,
            "stop": 821410922
        },
        {
            "start": 821411555,
            "stop": 821411735
        },
        {
            "start": 821411976,
            "stop": 821412396
        },
        {
            "start": 821412542,
            "stop": 821413322
        },
        {
            "start": 821413488,
            "stop": 821414388
        },
        {
            "start": 821414548,
            "stop": 821414728
        }
    ]
}