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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=208",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 209,
    "results": [
        {
            "start": 852507698,
            "stop": 852509061
        },
        {
            "start": 852509354,
            "stop": 852511319
        },
        {
            "start": 852511427,
            "stop": 852533144
        },
        {
            "start": 852533538,
            "stop": 852535894
        },
        {
            "start": 852536002,
            "stop": 852556777
        },
        {
            "start": 852558242,
            "stop": 852563635
        },
        {
            "start": 852563812,
            "stop": 852564291
        },
        {
            "start": 852565318,
            "stop": 852566301
        },
        {
            "start": 852566363,
            "stop": 852568572
        },
        {
            "start": 852568617,
            "stop": 852569460
        },
        {
            "start": 852569528,
            "stop": 852573287
        },
        {
            "start": 852573404,
            "stop": 852577654
        },
        {
            "start": 852579705,
            "stop": 852585064
        },
        {
            "start": 852586880,
            "stop": 852588527
        },
        {
            "start": 852588653,
            "stop": 852589281
        },
        {
            "start": 852589522,
            "stop": 852589634
        },
        {
            "start": 852589803,
            "stop": 852605452
        },
        {
            "start": 852605556,
            "stop": 852606110
        },
        {
            "start": 852606421,
            "stop": 852626083
        },
        {
            "start": 852629940,
            "stop": 852643055
        }
    ]
}