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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6940",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6941,
    "results": [
        {
            "start": 873729606,
            "stop": 873729652
        },
        {
            "start": 873729658,
            "stop": 873729663
        },
        {
            "start": 873729665,
            "stop": 873729691
        },
        {
            "start": 873729698,
            "stop": 873729726
        },
        {
            "start": 873729736,
            "stop": 873729776
        },
        {
            "start": 873729787,
            "stop": 873729817
        },
        {
            "start": 873729820,
            "stop": 873729824
        },
        {
            "start": 873729828,
            "stop": 873729852
        },
        {
            "start": 873730023,
            "stop": 873730060
        },
        {
            "start": 873730063,
            "stop": 873730064
        },
        {
            "start": 873730067,
            "stop": 873730088
        },
        {
            "start": 873730094,
            "stop": 873730122
        },
        {
            "start": 873730125,
            "stop": 873730180
        },
        {
            "start": 873730188,
            "stop": 873730205
        },
        {
            "start": 873730207,
            "stop": 873730243
        },
        {
            "start": 873730246,
            "stop": 873730282
        },
        {
            "start": 873730295,
            "stop": 873730337
        },
        {
            "start": 873730341,
            "stop": 873730351
        },
        {
            "start": 873730354,
            "stop": 873730357
        },
        {
            "start": 873730360,
            "stop": 873730387
        }
    ]
}