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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3995",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3996,
    "results": [
        {
            "start": 874746123,
            "stop": 874746399
        },
        {
            "start": 874746402,
            "stop": 874746420
        },
        {
            "start": 874746423,
            "stop": 874746514
        },
        {
            "start": 874746516,
            "stop": 874746831
        },
        {
            "start": 874746837,
            "stop": 874747409
        },
        {
            "start": 874747412,
            "stop": 874748428
        },
        {
            "start": 874748432,
            "stop": 874748483
        },
        {
            "start": 874748486,
            "stop": 874749074
        },
        {
            "start": 874749077,
            "stop": 874749112
        },
        {
            "start": 874749115,
            "stop": 874749247
        },
        {
            "start": 874749250,
            "stop": 874750351
        },
        {
            "start": 874750354,
            "stop": 874750454
        },
        {
            "start": 874750457,
            "stop": 874750657
        },
        {
            "start": 874750659,
            "stop": 874750941
        },
        {
            "start": 874750945,
            "stop": 874750981
        },
        {
            "start": 874750983,
            "stop": 874752180
        },
        {
            "start": 874752185,
            "stop": 874752265
        },
        {
            "start": 874752268,
            "stop": 874752733
        },
        {
            "start": 874752735,
            "stop": 874753375
        },
        {
            "start": 874753376,
            "stop": 874755084
        }
    ]
}