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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=239",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 240,
    "results": [
        {
            "start": 1239978130,
            "stop": 1239978249
        },
        {
            "start": 1239978250,
            "stop": 1239978369
        },
        {
            "start": 1239978370,
            "stop": 1239978489
        },
        {
            "start": 1239978490,
            "stop": 1239978609
        },
        {
            "start": 1239978610,
            "stop": 1239978729
        },
        {
            "start": 1239978731,
            "stop": 1239978846
        },
        {
            "start": 1239978848,
            "stop": 1239978969
        },
        {
            "start": 1239978971,
            "stop": 1239979089
        },
        {
            "start": 1239979091,
            "stop": 1239979209
        },
        {
            "start": 1239979211,
            "stop": 1239979329
        },
        {
            "start": 1239979330,
            "stop": 1239979449
        },
        {
            "start": 1239979450,
            "stop": 1239979569
        },
        {
            "start": 1239979570,
            "stop": 1239979689
        },
        {
            "start": 1239979690,
            "stop": 1239979809
        },
        {
            "start": 1239979810,
            "stop": 1239979929
        },
        {
            "start": 1239979930,
            "stop": 1239980049
        },
        {
            "start": 1239980050,
            "stop": 1239980108
        },
        {
            "start": 1239980112,
            "stop": 1239980169
        },
        {
            "start": 1239980170,
            "stop": 1239980289
        },
        {
            "start": 1239980290,
            "stop": 1239980302
        }
    ]
}