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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=97",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 98,
    "results": [
        {
            "start": 932258522,
            "stop": 932258670
        },
        {
            "start": 932258688,
            "stop": 932260037
        },
        {
            "start": 932260043,
            "stop": 932260158
        },
        {
            "start": 932260423,
            "stop": 932260593
        },
        {
            "start": 932260610,
            "stop": 932260984
        },
        {
            "start": 932261003,
            "stop": 932261506
        },
        {
            "start": 932261511,
            "stop": 932262432
        },
        {
            "start": 932262451,
            "stop": 932262947
        },
        {
            "start": 932262952,
            "stop": 932264996
        },
        {
            "start": 932265001,
            "stop": 932266075
        },
        {
            "start": 932266093,
            "stop": 932266950
        },
        {
            "start": 932266955,
            "stop": 932269307
        },
        {
            "start": 932269312,
            "stop": 932269993
        },
        {
            "start": 932269998,
            "stop": 932271143
        },
        {
            "start": 932271148,
            "stop": 932272014
        },
        {
            "start": 932272019,
            "stop": 932276210
        },
        {
            "start": 932276229,
            "stop": 932276420
        },
        {
            "start": 932276439,
            "stop": 932279442
        },
        {
            "start": 932279461,
            "stop": 932279980
        },
        {
            "start": 932279998,
            "stop": 932280880
        }
    ]
}