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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=231",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 232,
    "results": [
        {
            "start": 827650723,
            "stop": 827650783
        },
        {
            "start": 827655389,
            "stop": 827655449
        },
        {
            "start": 827656748,
            "stop": 827656928
        },
        {
            "start": 827658076,
            "stop": 827658136
        },
        {
            "start": 827658280,
            "stop": 827658400
        },
        {
            "start": 827658562,
            "stop": 827658742
        },
        {
            "start": 827659598,
            "stop": 827659658
        },
        {
            "start": 827659850,
            "stop": 827659970
        },
        {
            "start": 827660338,
            "stop": 827660398
        },
        {
            "start": 827660782,
            "stop": 827660902
        },
        {
            "start": 827662134,
            "stop": 827662314
        },
        {
            "start": 827662830,
            "stop": 827662950
        },
        {
            "start": 827663356,
            "stop": 827663416
        },
        {
            "start": 827663948,
            "stop": 827664248
        },
        {
            "start": 827665426,
            "stop": 827665666
        },
        {
            "start": 827665878,
            "stop": 827665938
        },
        {
            "start": 827668276,
            "stop": 827668396
        },
        {
            "start": 827669956,
            "stop": 827670136
        },
        {
            "start": 827674219,
            "stop": 827674459
        },
        {
            "start": 827674601,
            "stop": 827675081
        }
    ]
}