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=317
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=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=316",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 317,
    "results": [
        {
            "start": 833310898,
            "stop": 833310958
        },
        {
            "start": 833311134,
            "stop": 833313054
        },
        {
            "start": 833316121,
            "stop": 833317201
        },
        {
            "start": 833317427,
            "stop": 833318327
        },
        {
            "start": 833318530,
            "stop": 833319010
        },
        {
            "start": 833319158,
            "stop": 833319278
        },
        {
            "start": 833319433,
            "stop": 833319733
        },
        {
            "start": 833319887,
            "stop": 833320007
        },
        {
            "start": 833320903,
            "stop": 833320963
        },
        {
            "start": 833321131,
            "stop": 833336371
        },
        {
            "start": 833336587,
            "stop": 833337577
        },
        {
            "start": 833337727,
            "stop": 833339347
        },
        {
            "start": 833339497,
            "stop": 833343607
        },
        {
            "start": 833343769,
            "stop": 833345029
        },
        {
            "start": 833345302,
            "stop": 833346322
        },
        {
            "start": 833346485,
            "stop": 833348765
        },
        {
            "start": 833348927,
            "stop": 833349227
        },
        {
            "start": 833349383,
            "stop": 833352683
        },
        {
            "start": 833355881,
            "stop": 833357921
        },
        {
            "start": 833358222,
            "stop": 833363922
        }
    ]
}