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=7124
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=7125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7123",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7124,
    "results": [
        {
            "start": 874743434,
            "stop": 874743450
        },
        {
            "start": 874745089,
            "stop": 874745144
        },
        {
            "start": 874745152,
            "stop": 874745698
        },
        {
            "start": 874745702,
            "stop": 874745914
        },
        {
            "start": 874745917,
            "stop": 874746120
        },
        {
            "start": 874746123,
            "stop": 874746168
        },
        {
            "start": 874746171,
            "stop": 874746399
        },
        {
            "start": 874746402,
            "stop": 874746412
        },
        {
            "start": 874746415,
            "stop": 874746420
        },
        {
            "start": 874746423,
            "stop": 874746514
        },
        {
            "start": 874746516,
            "stop": 874746831
        },
        {
            "start": 874746837,
            "stop": 874747005
        },
        {
            "start": 874747009,
            "stop": 874747409
        },
        {
            "start": 874747412,
            "stop": 874748428
        },
        {
            "start": 874748432,
            "stop": 874748460
        },
        {
            "start": 874748463,
            "stop": 874748483
        },
        {
            "start": 874748486,
            "stop": 874749074
        },
        {
            "start": 874749077,
            "stop": 874749107
        },
        {
            "start": 874749110,
            "stop": 874749112
        },
        {
            "start": 874749115,
            "stop": 874749247
        }
    ]
}