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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=317",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 318,
    "results": [
        {
            "start": 823159956,
            "stop": 823164118
        },
        {
            "start": 823166732,
            "stop": 823166957
        },
        {
            "start": 823166969,
            "stop": 823167087
        },
        {
            "start": 823167092,
            "stop": 823167101
        },
        {
            "start": 823168135,
            "stop": 823169554
        },
        {
            "start": 823169652,
            "stop": 823181259
        },
        {
            "start": 823181266,
            "stop": 823185547
        },
        {
            "start": 823185556,
            "stop": 823189611
        },
        {
            "start": 823189803,
            "stop": 823193438
        },
        {
            "start": 823193443,
            "stop": 823193479
        },
        {
            "start": 823193484,
            "stop": 823193555
        },
        {
            "start": 823194331,
            "stop": 823194600
        },
        {
            "start": 823196478,
            "stop": 823199145
        },
        {
            "start": 823199479,
            "stop": 823212624
        },
        {
            "start": 823212689,
            "stop": 823213386
        },
        {
            "start": 823213392,
            "stop": 823217631
        },
        {
            "start": 823217636,
            "stop": 823228194
        },
        {
            "start": 823228201,
            "stop": 823242635
        },
        {
            "start": 823245743,
            "stop": 823247623
        },
        {
            "start": 823249087,
            "stop": 823255067
        }
    ]
}