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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3773",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3771",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3772,
    "results": [
        {
            "start": 971529726,
            "stop": 971529731
        },
        {
            "start": 971529734,
            "stop": 971529776
        },
        {
            "start": 971529779,
            "stop": 971529807
        },
        {
            "start": 971529810,
            "stop": 971529848
        },
        {
            "start": 971529851,
            "stop": 971529867
        },
        {
            "start": 971529871,
            "stop": 971529881
        },
        {
            "start": 971529885,
            "stop": 971529928
        },
        {
            "start": 971529933,
            "stop": 971529957
        },
        {
            "start": 971529960,
            "stop": 971530033
        },
        {
            "start": 971530036,
            "stop": 971530041
        },
        {
            "start": 971530044,
            "stop": 971530054
        },
        {
            "start": 971530059,
            "stop": 971530063
        },
        {
            "start": 971530068,
            "stop": 971530089
        },
        {
            "start": 971530097,
            "stop": 971530105
        },
        {
            "start": 971530108,
            "stop": 971530111
        },
        {
            "start": 971530115,
            "stop": 971530149
        },
        {
            "start": 971530152,
            "stop": 971530166
        },
        {
            "start": 971530169,
            "stop": 971530175
        },
        {
            "start": 971530176,
            "stop": 971530343
        },
        {
            "start": 971530346,
            "stop": 971530369
        }
    ]
}