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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=267",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 268,
    "results": [
        {
            "start": 829908800,
            "stop": 829908980
        },
        {
            "start": 829909132,
            "stop": 829909492
        },
        {
            "start": 829910838,
            "stop": 829915698
        },
        {
            "start": 829915903,
            "stop": 829916623
        },
        {
            "start": 829917492,
            "stop": 829925292
        },
        {
            "start": 829925453,
            "stop": 829925573
        },
        {
            "start": 829927363,
            "stop": 829927603
        },
        {
            "start": 829927893,
            "stop": 829928493
        },
        {
            "start": 829939933,
            "stop": 829940113
        },
        {
            "start": 829940989,
            "stop": 829941109
        },
        {
            "start": 829944806,
            "stop": 829944866
        },
        {
            "start": 829945596,
            "stop": 829945656
        },
        {
            "start": 829951427,
            "stop": 829951487
        },
        {
            "start": 829952319,
            "stop": 829952379
        },
        {
            "start": 829952575,
            "stop": 829952695
        },
        {
            "start": 829953012,
            "stop": 829953252
        },
        {
            "start": 829953727,
            "stop": 829954027
        },
        {
            "start": 829954303,
            "stop": 829955983
        },
        {
            "start": 829959646,
            "stop": 829964206
        },
        {
            "start": 829965327,
            "stop": 829973727
        }
    ]
}