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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5704",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5702",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5703,
    "results": [
        {
            "start": 874591682,
            "stop": 874591912
        },
        {
            "start": 874591915,
            "stop": 874591916
        },
        {
            "start": 874591919,
            "stop": 874591939
        },
        {
            "start": 874591942,
            "stop": 874591948
        },
        {
            "start": 874591951,
            "stop": 874591961
        },
        {
            "start": 874591964,
            "stop": 874591971
        },
        {
            "start": 874591974,
            "stop": 874591976
        },
        {
            "start": 874591979,
            "stop": 874592089
        },
        {
            "start": 874592093,
            "stop": 874592096
        },
        {
            "start": 874592099,
            "stop": 874592197
        },
        {
            "start": 874592201,
            "stop": 874592270
        },
        {
            "start": 874592273,
            "stop": 874592313
        },
        {
            "start": 874592316,
            "stop": 874592403
        },
        {
            "start": 874592406,
            "stop": 874592492
        },
        {
            "start": 874592495,
            "stop": 874592551
        },
        {
            "start": 874592554,
            "stop": 874592555
        },
        {
            "start": 874592558,
            "stop": 874592624
        },
        {
            "start": 874592627,
            "stop": 874592656
        },
        {
            "start": 874592659,
            "stop": 874592718
        },
        {
            "start": 874592721,
            "stop": 874592738
        }
    ]
}