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=342
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=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=341",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 342,
    "results": [
        {
            "start": 818249157,
            "stop": 818249158
        },
        {
            "start": 818249171,
            "stop": 818249172
        },
        {
            "start": 818249175,
            "stop": 818249178
        },
        {
            "start": 818249186,
            "stop": 818249189
        },
        {
            "start": 818249192,
            "stop": 818249203
        },
        {
            "start": 818249217,
            "stop": 818249219
        },
        {
            "start": 818249249,
            "stop": 818249250
        },
        {
            "start": 818249256,
            "stop": 818249257
        },
        {
            "start": 818249260,
            "stop": 818249266
        },
        {
            "start": 818249269,
            "stop": 818249271
        },
        {
            "start": 818249279,
            "stop": 818249285
        },
        {
            "start": 818249288,
            "stop": 818249289
        },
        {
            "start": 818249296,
            "stop": 818249300
        },
        {
            "start": 818249304,
            "stop": 818249306
        },
        {
            "start": 818249309,
            "stop": 818249314
        },
        {
            "start": 818249322,
            "stop": 818249327
        },
        {
            "start": 818249336,
            "stop": 818249345
        },
        {
            "start": 818249349,
            "stop": 818249353
        },
        {
            "start": 818249356,
            "stop": 818249357
        },
        {
            "start": 818249362,
            "stop": 818249374
        }
    ]
}