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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=190",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 191,
    "results": [
        {
            "start": 1240121348,
            "stop": 1240121466
        },
        {
            "start": 1240121468,
            "stop": 1240121586
        },
        {
            "start": 1240121588,
            "stop": 1240121706
        },
        {
            "start": 1240121708,
            "stop": 1240121826
        },
        {
            "start": 1240121828,
            "stop": 1240121946
        },
        {
            "start": 1240121948,
            "stop": 1240122066
        },
        {
            "start": 1240122068,
            "stop": 1240122186
        },
        {
            "start": 1240122188,
            "stop": 1240122306
        },
        {
            "start": 1240122308,
            "stop": 1240122426
        },
        {
            "start": 1240122428,
            "stop": 1240122546
        },
        {
            "start": 1240122548,
            "stop": 1240122666
        },
        {
            "start": 1240122668,
            "stop": 1240122786
        },
        {
            "start": 1240122788,
            "stop": 1240122906
        },
        {
            "start": 1240122908,
            "stop": 1240123026
        },
        {
            "start": 1240123028,
            "stop": 1240123146
        },
        {
            "start": 1240123148,
            "stop": 1240123266
        },
        {
            "start": 1240123268,
            "stop": 1240123386
        },
        {
            "start": 1240123388,
            "stop": 1240123506
        },
        {
            "start": 1240123508,
            "stop": 1240123626
        },
        {
            "start": 1240123628,
            "stop": 1240123746
        }
    ]
}