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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=154",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 155,
    "results": [
        {
            "start": 931452204,
            "stop": 931452221
        },
        {
            "start": 931452223,
            "stop": 931452224
        },
        {
            "start": 931452226,
            "stop": 931452234
        },
        {
            "start": 931452236,
            "stop": 931452280
        },
        {
            "start": 931452281,
            "stop": 931452324
        },
        {
            "start": 931452326,
            "stop": 931452358
        },
        {
            "start": 931452359,
            "stop": 931452415
        },
        {
            "start": 931452419,
            "stop": 931452475
        },
        {
            "start": 931452477,
            "stop": 931452490
        },
        {
            "start": 931452492,
            "stop": 931452499
        },
        {
            "start": 931452501,
            "stop": 931452534
        },
        {
            "start": 931452536,
            "stop": 931452541
        },
        {
            "start": 931452543,
            "stop": 931452554
        },
        {
            "start": 931452555,
            "stop": 931452655
        },
        {
            "start": 931452658,
            "stop": 931452700
        },
        {
            "start": 931452701,
            "stop": 931452707
        },
        {
            "start": 931452709,
            "stop": 931452768
        },
        {
            "start": 931452770,
            "stop": 931452837
        },
        {
            "start": 931452838,
            "stop": 931452879
        },
        {
            "start": 931452881,
            "stop": 931452904
        }
    ]
}