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=7034
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=7035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7033",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7034,
    "results": [
        {
            "start": 874076775,
            "stop": 874076893
        },
        {
            "start": 874076895,
            "stop": 874077404
        },
        {
            "start": 874077407,
            "stop": 874077897
        },
        {
            "start": 874077900,
            "stop": 874077935
        },
        {
            "start": 874077939,
            "stop": 874077991
        },
        {
            "start": 874077994,
            "stop": 874079115
        },
        {
            "start": 874079118,
            "stop": 874079608
        },
        {
            "start": 874079611,
            "stop": 874080810
        },
        {
            "start": 874082216,
            "stop": 874082243
        },
        {
            "start": 874082247,
            "stop": 874082279
        },
        {
            "start": 874082282,
            "stop": 874083060
        },
        {
            "start": 874083180,
            "stop": 874083240
        },
        {
            "start": 874083300,
            "stop": 874083371
        },
        {
            "start": 874083374,
            "stop": 874083521
        },
        {
            "start": 874083524,
            "stop": 874085141
        },
        {
            "start": 874085385,
            "stop": 874085783
        },
        {
            "start": 874085784,
            "stop": 874085982
        },
        {
            "start": 874085983,
            "stop": 874086214
        },
        {
            "start": 874086215,
            "stop": 874086261
        },
        {
            "start": 874086262,
            "stop": 874087500
        }
    ]
}