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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16639",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16637",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16638,
    "results": [
        {
            "start": 874820855,
            "stop": 874820856
        },
        {
            "start": 874820857,
            "stop": 874820867
        },
        {
            "start": 874820870,
            "stop": 874820899
        },
        {
            "start": 874820900,
            "stop": 874820979
        },
        {
            "start": 874820981,
            "stop": 874820992
        },
        {
            "start": 874820993,
            "stop": 874820997
        },
        {
            "start": 874820998,
            "stop": 874821024
        },
        {
            "start": 874821025,
            "stop": 874821035
        },
        {
            "start": 874821036,
            "stop": 874821079
        },
        {
            "start": 874821081,
            "stop": 874821085
        },
        {
            "start": 874821086,
            "stop": 874821088
        },
        {
            "start": 874821097,
            "stop": 874821112
        },
        {
            "start": 874821115,
            "stop": 874821116
        },
        {
            "start": 874821119,
            "stop": 874821121
        },
        {
            "start": 874821123,
            "stop": 874821125
        },
        {
            "start": 874821126,
            "stop": 874821168
        },
        {
            "start": 874821170,
            "stop": 874821187
        },
        {
            "start": 874821188,
            "stop": 874821244
        },
        {
            "start": 874821246,
            "stop": 874821327
        },
        {
            "start": 874821330,
            "stop": 874821339
        }
    ]
}