Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2371
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2370",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2371,
    "results": [
        {
            "start": 874914804,
            "stop": 874914849
        },
        {
            "start": 874914868,
            "stop": 874914875
        },
        {
            "start": 874914896,
            "stop": 874916799
        },
        {
            "start": 874918375,
            "stop": 874933342
        },
        {
            "start": 874940748,
            "stop": 874940764
        },
        {
            "start": 874940799,
            "stop": 874940806
        },
        {
            "start": 874940833,
            "stop": 874940840
        },
        {
            "start": 874940876,
            "stop": 874940889
        },
        {
            "start": 874940906,
            "stop": 874940981
        },
        {
            "start": 874940998,
            "stop": 874941898
        },
        {
            "start": 874942051,
            "stop": 874944862
        },
        {
            "start": 874944879,
            "stop": 874945200
        },
        {
            "start": 874945380,
            "stop": 874947059
        },
        {
            "start": 874950141,
            "stop": 874952040
        },
        {
            "start": 874952100,
            "stop": 874952110
        },
        {
            "start": 874953375,
            "stop": 874953392
        },
        {
            "start": 874953409,
            "stop": 874955400
        },
        {
            "start": 874955520,
            "stop": 874955949
        },
        {
            "start": 874958322,
            "stop": 874958332
        },
        {
            "start": 874958349,
            "stop": 874958359
        }
    ]
}