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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=170",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 171,
    "results": [
        {
            "start": 830518244,
            "stop": 830518295
        },
        {
            "start": 830518297,
            "stop": 830518309
        },
        {
            "start": 830518310,
            "stop": 830518332
        },
        {
            "start": 830518333,
            "stop": 830518351
        },
        {
            "start": 830518354,
            "stop": 830518395
        },
        {
            "start": 830519163,
            "stop": 830523160
        },
        {
            "start": 830523329,
            "stop": 830524791
        },
        {
            "start": 830525570,
            "stop": 830527832
        },
        {
            "start": 830528602,
            "stop": 830529503
        },
        {
            "start": 830529670,
            "stop": 830530784
        },
        {
            "start": 830531679,
            "stop": 830535942
        },
        {
            "start": 830536714,
            "stop": 830539470
        },
        {
            "start": 830539571,
            "stop": 830539891
        },
        {
            "start": 830539893,
            "stop": 830540154
        },
        {
            "start": 830541678,
            "stop": 830542968
        },
        {
            "start": 830544082,
            "stop": 830550661
        },
        {
            "start": 830552555,
            "stop": 830552814
        },
        {
            "start": 830552817,
            "stop": 830552832
        },
        {
            "start": 830552834,
            "stop": 830553237
        },
        {
            "start": 830553239,
            "stop": 830553295
        }
    ]
}