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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=95",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 96,
    "results": [
        {
            "start": 932260607,
            "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
        },
        {
            "start": 932280898,
            "stop": 932283108
        },
        {
            "start": 932283127,
            "stop": 932283217
        },
        {
            "start": 932283236,
            "stop": 932283516
        },
        {
            "start": 932283521,
            "stop": 932283569
        }
    ]
}