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=41017
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=41018",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41016",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41017,
    "results": [
        {
            "start": 875176992,
            "stop": 875177014
        },
        {
            "start": 875177015,
            "stop": 875177077
        },
        {
            "start": 875177079,
            "stop": 875177142
        },
        {
            "start": 875177143,
            "stop": 875177163
        },
        {
            "start": 875177164,
            "stop": 875177171
        },
        {
            "start": 875177172,
            "stop": 875177205
        },
        {
            "start": 875177207,
            "stop": 875177289
        },
        {
            "start": 875177290,
            "stop": 875177312
        },
        {
            "start": 875177313,
            "stop": 875177357
        },
        {
            "start": 875177358,
            "stop": 875177376
        },
        {
            "start": 875177377,
            "stop": 875177483
        },
        {
            "start": 875177484,
            "stop": 875177490
        },
        {
            "start": 875177491,
            "stop": 875177522
        },
        {
            "start": 875177523,
            "stop": 875177546
        },
        {
            "start": 875177547,
            "stop": 875177568
        },
        {
            "start": 875177569,
            "stop": 875177594
        },
        {
            "start": 875177595,
            "stop": 875177616
        },
        {
            "start": 875177617,
            "stop": 875177631
        },
        {
            "start": 875177633,
            "stop": 875177662
        },
        {
            "start": 875177663,
            "stop": 875177696
        }
    ]
}