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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29281",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29282,
    "results": [
        {
            "start": 971178912,
            "stop": 971178917
        },
        {
            "start": 971178921,
            "stop": 971178922
        },
        {
            "start": 971178925,
            "stop": 971178927
        },
        {
            "start": 971178928,
            "stop": 971178936
        },
        {
            "start": 971178937,
            "stop": 971178942
        },
        {
            "start": 971178944,
            "stop": 971178949
        },
        {
            "start": 971178951,
            "stop": 971178952
        },
        {
            "start": 971178953,
            "stop": 971178955
        },
        {
            "start": 971178959,
            "stop": 971178960
        },
        {
            "start": 971178963,
            "stop": 971178965
        },
        {
            "start": 971178966,
            "stop": 971178967
        },
        {
            "start": 971178968,
            "stop": 971178970
        },
        {
            "start": 971178976,
            "stop": 971178980
        },
        {
            "start": 971178984,
            "stop": 971178988
        },
        {
            "start": 971178989,
            "stop": 971178990
        },
        {
            "start": 971178991,
            "stop": 971178994
        },
        {
            "start": 971178996,
            "stop": 971178998
        },
        {
            "start": 971178999,
            "stop": 971179000
        },
        {
            "start": 971179001,
            "stop": 971179023
        },
        {
            "start": 971179025,
            "stop": 971179032
        }
    ]
}