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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40621",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40619",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40620,
    "results": [
        {
            "start": 874895945,
            "stop": 874896072
        },
        {
            "start": 874896073,
            "stop": 874896115
        },
        {
            "start": 874896117,
            "stop": 874896158
        },
        {
            "start": 874896159,
            "stop": 874896371
        },
        {
            "start": 874896372,
            "stop": 874896406
        },
        {
            "start": 874896407,
            "stop": 874896435
        },
        {
            "start": 874896436,
            "stop": 874896456
        },
        {
            "start": 874896457,
            "stop": 874896521
        },
        {
            "start": 874896522,
            "stop": 874896525
        },
        {
            "start": 874896526,
            "stop": 874896644
        },
        {
            "start": 874896646,
            "stop": 874896717
        },
        {
            "start": 874896718,
            "stop": 874896720
        },
        {
            "start": 874896780,
            "stop": 874896783
        },
        {
            "start": 874896784,
            "stop": 874896869
        },
        {
            "start": 874896870,
            "stop": 874896882
        },
        {
            "start": 874896885,
            "stop": 874896957
        },
        {
            "start": 874896959,
            "stop": 874896967
        },
        {
            "start": 874896968,
            "stop": 874896980
        },
        {
            "start": 874896982,
            "stop": 874896983
        },
        {
            "start": 874896984,
            "stop": 874897052
        }
    ]
}