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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8558",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8556",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8557,
    "results": [
        {
            "start": 870045020,
            "stop": 870045129
        },
        {
            "start": 870045359,
            "stop": 870045642
        },
        {
            "start": 870045659,
            "stop": 870045727
        },
        {
            "start": 870045744,
            "stop": 870046083
        },
        {
            "start": 870046418,
            "stop": 870046546
        },
        {
            "start": 870046666,
            "stop": 870047438
        },
        {
            "start": 870047558,
            "stop": 870048352
        },
        {
            "start": 870048369,
            "stop": 870048704
        },
        {
            "start": 870048885,
            "stop": 870048913
        },
        {
            "start": 870049033,
            "stop": 870049367
        },
        {
            "start": 870049384,
            "stop": 870049729
        },
        {
            "start": 870049849,
            "stop": 870050144
        },
        {
            "start": 870050325,
            "stop": 870051350
        },
        {
            "start": 870051430,
            "stop": 870052038
        },
        {
            "start": 870052201,
            "stop": 870054140
        },
        {
            "start": 870054157,
            "stop": 870054442
        },
        {
            "start": 870054459,
            "stop": 870054816
        },
        {
            "start": 870054936,
            "stop": 870055195
        },
        {
            "start": 870055212,
            "stop": 870055754
        },
        {
            "start": 870055771,
            "stop": 870058000
        }
    ]
}