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=4658
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=4659",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4657",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4658,
    "results": [
        {
            "start": 969640958,
            "stop": 969641198
        },
        {
            "start": 969651278,
            "stop": 969651335
        },
        {
            "start": 969651338,
            "stop": 969651398
        },
        {
            "start": 969653498,
            "stop": 969653558
        },
        {
            "start": 969656738,
            "stop": 969656798
        },
        {
            "start": 969657218,
            "stop": 969657338
        },
        {
            "start": 969657398,
            "stop": 969657458
        },
        {
            "start": 969657638,
            "stop": 969657698
        },
        {
            "start": 969657938,
            "stop": 969657973
        },
        {
            "start": 969657976,
            "stop": 969657998
        },
        {
            "start": 969658058,
            "stop": 969658128
        },
        {
            "start": 969658131,
            "stop": 969658289
        },
        {
            "start": 969658292,
            "stop": 969658503
        },
        {
            "start": 969658506,
            "stop": 969658690
        },
        {
            "start": 969658693,
            "stop": 969659222
        },
        {
            "start": 969659225,
            "stop": 969659790
        },
        {
            "start": 969659793,
            "stop": 969660247
        },
        {
            "start": 969660250,
            "stop": 969660516
        },
        {
            "start": 969660519,
            "stop": 969661517
        },
        {
            "start": 969661520,
            "stop": 969661799
        }
    ]
}