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=6973
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=6974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6972",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6973,
    "results": [
        {
            "start": 873810261,
            "stop": 873810300
        },
        {
            "start": 873810420,
            "stop": 873810471
        },
        {
            "start": 873810475,
            "stop": 873810482
        },
        {
            "start": 873810486,
            "stop": 873810569
        },
        {
            "start": 873810573,
            "stop": 873810645
        },
        {
            "start": 873810670,
            "stop": 873810686
        },
        {
            "start": 873810694,
            "stop": 873810700
        },
        {
            "start": 873810704,
            "stop": 873810751
        },
        {
            "start": 873810754,
            "stop": 873810839
        },
        {
            "start": 873810842,
            "stop": 873810855
        },
        {
            "start": 873810858,
            "stop": 873810867
        },
        {
            "start": 873810871,
            "stop": 873811015
        },
        {
            "start": 873811018,
            "stop": 873811049
        },
        {
            "start": 873811054,
            "stop": 873811112
        },
        {
            "start": 873811115,
            "stop": 873811136
        },
        {
            "start": 873811143,
            "stop": 873811154
        },
        {
            "start": 873811158,
            "stop": 873811185
        },
        {
            "start": 873811189,
            "stop": 873811213
        },
        {
            "start": 873811216,
            "stop": 873811262
        },
        {
            "start": 873811266,
            "stop": 873811391
        }
    ]
}