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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7141",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7142,
    "results": [
        {
            "start": 874880611,
            "stop": 874880993
        },
        {
            "start": 874880997,
            "stop": 874881962
        },
        {
            "start": 874881965,
            "stop": 874881975
        },
        {
            "start": 874881978,
            "stop": 874882481
        },
        {
            "start": 874882484,
            "stop": 874884977
        },
        {
            "start": 874884980,
            "stop": 874885072
        },
        {
            "start": 874885075,
            "stop": 874886522
        },
        {
            "start": 874886525,
            "stop": 874886674
        },
        {
            "start": 874886678,
            "stop": 874887258
        },
        {
            "start": 874887261,
            "stop": 874887560
        },
        {
            "start": 874887562,
            "stop": 874887596
        },
        {
            "start": 874887599,
            "stop": 874888062
        },
        {
            "start": 874888066,
            "stop": 874889008
        },
        {
            "start": 874889011,
            "stop": 874889024
        },
        {
            "start": 874889027,
            "stop": 874889087
        },
        {
            "start": 874889091,
            "stop": 874889120
        },
        {
            "start": 874889123,
            "stop": 874890601
        },
        {
            "start": 874890604,
            "stop": 874896306
        },
        {
            "start": 874896411,
            "stop": 874899930
        },
        {
            "start": 874899934,
            "stop": 874904428
        }
    ]
}