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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14213",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14214,
    "results": [
        {
            "start": 971171166,
            "stop": 971171169
        },
        {
            "start": 971171171,
            "stop": 971171173
        },
        {
            "start": 971171176,
            "stop": 971171179
        },
        {
            "start": 971171181,
            "stop": 971171183
        },
        {
            "start": 971171185,
            "stop": 971171190
        },
        {
            "start": 971171191,
            "stop": 971171192
        },
        {
            "start": 971171194,
            "stop": 971171196
        },
        {
            "start": 971171207,
            "stop": 971171210
        },
        {
            "start": 971171213,
            "stop": 971171216
        },
        {
            "start": 971171218,
            "stop": 971171221
        },
        {
            "start": 971171238,
            "stop": 971171239
        },
        {
            "start": 971171241,
            "stop": 971171242
        },
        {
            "start": 971171249,
            "stop": 971171253
        },
        {
            "start": 971171255,
            "stop": 971171259
        },
        {
            "start": 971171260,
            "stop": 971171262
        },
        {
            "start": 971171263,
            "stop": 971171265
        },
        {
            "start": 971171268,
            "stop": 971171270
        },
        {
            "start": 971171276,
            "stop": 971171277
        },
        {
            "start": 971171288,
            "stop": 971171289
        },
        {
            "start": 971171293,
            "stop": 971171297
        }
    ]
}