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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9054",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9055,
    "results": [
        {
            "start": 874369382,
            "stop": 874369748
        },
        {
            "start": 874369952,
            "stop": 874372314
        },
        {
            "start": 874372333,
            "stop": 874372580
        },
        {
            "start": 874375229,
            "stop": 874376041
        },
        {
            "start": 874376058,
            "stop": 874376190
        },
        {
            "start": 874376207,
            "stop": 874376766
        },
        {
            "start": 874376786,
            "stop": 874376816
        },
        {
            "start": 874376835,
            "stop": 874377049
        },
        {
            "start": 874377068,
            "stop": 874377849
        },
        {
            "start": 874381618,
            "stop": 874381624
        },
        {
            "start": 874381651,
            "stop": 874381652
        },
        {
            "start": 874381686,
            "stop": 874381725
        },
        {
            "start": 874381742,
            "stop": 874381873
        },
        {
            "start": 874381890,
            "stop": 874381944
        },
        {
            "start": 874381964,
            "stop": 874381976
        },
        {
            "start": 874381995,
            "stop": 874382085
        },
        {
            "start": 874382104,
            "stop": 874382178
        },
        {
            "start": 874382197,
            "stop": 874382392
        },
        {
            "start": 874382411,
            "stop": 874382488
        },
        {
            "start": 874382508,
            "stop": 874382719
        }
    ]
}