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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=83",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 84,
    "results": [
        {
            "start": 931599956,
            "stop": 931599959
        },
        {
            "start": 931599976,
            "stop": 931599988
        },
        {
            "start": 931599999,
            "stop": 931600001
        },
        {
            "start": 931600053,
            "stop": 931600058
        },
        {
            "start": 931600115,
            "stop": 931600119
        },
        {
            "start": 931600137,
            "stop": 931600141
        },
        {
            "start": 931600148,
            "stop": 931600152
        },
        {
            "start": 931600164,
            "stop": 931600170
        },
        {
            "start": 931600195,
            "stop": 931600196
        },
        {
            "start": 931600243,
            "stop": 931600244
        },
        {
            "start": 931600345,
            "stop": 931600354
        },
        {
            "start": 931600393,
            "stop": 931600395
        },
        {
            "start": 931600419,
            "stop": 931600424
        },
        {
            "start": 931600437,
            "stop": 931600440
        },
        {
            "start": 931600447,
            "stop": 931600448
        },
        {
            "start": 931600458,
            "stop": 931600460
        },
        {
            "start": 931600478,
            "stop": 931600484
        },
        {
            "start": 931600510,
            "stop": 931600515
        },
        {
            "start": 931600548,
            "stop": 931600549
        },
        {
            "start": 931600581,
            "stop": 931600587
        }
    ]
}