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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46740",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46741,
    "results": [
        {
            "start": 875073424,
            "stop": 875073445
        },
        {
            "start": 875073446,
            "stop": 875073466
        },
        {
            "start": 875073467,
            "stop": 875073599
        },
        {
            "start": 875073600,
            "stop": 875073615
        },
        {
            "start": 875073616,
            "stop": 875073625
        },
        {
            "start": 875073626,
            "stop": 875073634
        },
        {
            "start": 875073635,
            "stop": 875073674
        },
        {
            "start": 875073675,
            "stop": 875073699
        },
        {
            "start": 875073700,
            "stop": 875073711
        },
        {
            "start": 875073712,
            "stop": 875073723
        },
        {
            "start": 875073725,
            "stop": 875073729
        },
        {
            "start": 875073732,
            "stop": 875073783
        },
        {
            "start": 875073784,
            "stop": 875073785
        },
        {
            "start": 875073786,
            "stop": 875073794
        },
        {
            "start": 875073795,
            "stop": 875073836
        },
        {
            "start": 875073839,
            "stop": 875073884
        },
        {
            "start": 875073885,
            "stop": 875073940
        },
        {
            "start": 875073941,
            "stop": 875073945
        },
        {
            "start": 875073946,
            "stop": 875073955
        },
        {
            "start": 875073956,
            "stop": 875073985
        }
    ]
}