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/H2_STOCH_CAT2_H2L1/segments?format=api&page=49
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT2_H2L1/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT2_H2L1/segments?format=api&page=48",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 49,
    "results": [
        {
            "start": 818603211,
            "stop": 818603811
        },
        {
            "start": 818603960,
            "stop": 818604140
        },
        {
            "start": 818605410,
            "stop": 818605650
        },
        {
            "start": 818607649,
            "stop": 818607709
        },
        {
            "start": 818607857,
            "stop": 818607977
        },
        {
            "start": 818608696,
            "stop": 818608816
        },
        {
            "start": 818609610,
            "stop": 818609730
        },
        {
            "start": 818611723,
            "stop": 818611843
        },
        {
            "start": 818612169,
            "stop": 818612289
        },
        {
            "start": 818614159,
            "stop": 818614219
        },
        {
            "start": 818620698,
            "stop": 818620758
        },
        {
            "start": 818622231,
            "stop": 818622471
        },
        {
            "start": 818622830,
            "stop": 818623370
        },
        {
            "start": 818626077,
            "stop": 818626497
        },
        {
            "start": 818626672,
            "stop": 818626852
        },
        {
            "start": 818627019,
            "stop": 818627139
        },
        {
            "start": 818627417,
            "stop": 818628377
        },
        {
            "start": 818629166,
            "stop": 818629226
        },
        {
            "start": 818629449,
            "stop": 818629509
        },
        {
            "start": 818631000,
            "stop": 818631060
        }
    ]
}