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=9066
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=9067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9065",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9066,
    "results": [
        {
            "start": 874460711,
            "stop": 874460712
        },
        {
            "start": 874460731,
            "stop": 874463099
        },
        {
            "start": 874463140,
            "stop": 874463148
        },
        {
            "start": 874463171,
            "stop": 874463174
        },
        {
            "start": 874463193,
            "stop": 874463222
        },
        {
            "start": 874463241,
            "stop": 874463412
        },
        {
            "start": 874463431,
            "stop": 874463639
        },
        {
            "start": 874463658,
            "stop": 874463788
        },
        {
            "start": 874463839,
            "stop": 874463847
        },
        {
            "start": 874463866,
            "stop": 874463891
        },
        {
            "start": 874463922,
            "stop": 874464198
        },
        {
            "start": 874464222,
            "stop": 874464680
        },
        {
            "start": 874464706,
            "stop": 874464959
        },
        {
            "start": 874464990,
            "stop": 874465243
        },
        {
            "start": 874465262,
            "stop": 874465281
        },
        {
            "start": 874465317,
            "stop": 874465712
        },
        {
            "start": 874465731,
            "stop": 874465736
        },
        {
            "start": 874465755,
            "stop": 874465970
        },
        {
            "start": 874465989,
            "stop": 874466072
        },
        {
            "start": 874466089,
            "stop": 874467969
        }
    ]
}