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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=403",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 404,
    "results": [
        {
            "start": 826271812,
            "stop": 826271970
        },
        {
            "start": 826272138,
            "stop": 826272191
        },
        {
            "start": 826272373,
            "stop": 826272604
        },
        {
            "start": 826272645,
            "stop": 826272705
        },
        {
            "start": 826272874,
            "stop": 826272899
        },
        {
            "start": 826272990,
            "stop": 826273013
        },
        {
            "start": 826273060,
            "stop": 826273066
        },
        {
            "start": 826273113,
            "stop": 826273179
        },
        {
            "start": 826273224,
            "stop": 826273287
        },
        {
            "start": 826273496,
            "stop": 826273534
        },
        {
            "start": 826273712,
            "stop": 826273727
        },
        {
            "start": 826273831,
            "stop": 826273986
        },
        {
            "start": 826274015,
            "stop": 826274045
        },
        {
            "start": 826274142,
            "stop": 826274170
        },
        {
            "start": 826274256,
            "stop": 826275617
        },
        {
            "start": 826276699,
            "stop": 826277392
        },
        {
            "start": 826280411,
            "stop": 826280821
        },
        {
            "start": 826281547,
            "stop": 826295330
        },
        {
            "start": 826295410,
            "stop": 826301030
        },
        {
            "start": 826301170,
            "stop": 826305323
        }
    ]
}