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=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=278",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 279,
    "results": [
        {
            "start": 830542281,
            "stop": 830542341
        },
        {
            "start": 830576644,
            "stop": 830587744
        },
        {
            "start": 830590419,
            "stop": 830591079
        },
        {
            "start": 830592402,
            "stop": 830602602
        },
        {
            "start": 830604245,
            "stop": 830606945
        },
        {
            "start": 830607828,
            "stop": 830611068
        },
        {
            "start": 830614738,
            "stop": 830614798
        },
        {
            "start": 830615209,
            "stop": 830615359
        },
        {
            "start": 830615600,
            "stop": 830615780
        },
        {
            "start": 830616025,
            "stop": 830616265
        },
        {
            "start": 830616504,
            "stop": 830616624
        },
        {
            "start": 830616806,
            "stop": 830617046
        },
        {
            "start": 831174130,
            "stop": 831174610
        },
        {
            "start": 831175726,
            "stop": 831175906
        },
        {
            "start": 831176874,
            "stop": 831180054
        },
        {
            "start": 831182725,
            "stop": 831183205
        },
        {
            "start": 831184394,
            "stop": 831186794
        },
        {
            "start": 831186958,
            "stop": 831187258
        },
        {
            "start": 831187489,
            "stop": 831187609
        },
        {
            "start": 831187699,
            "stop": 831189049
        }
    ]
}