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=363
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=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=362",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 363,
    "results": [
        {
            "start": 825095303,
            "stop": 825095494
        },
        {
            "start": 825095501,
            "stop": 825095535
        },
        {
            "start": 825095542,
            "stop": 825095831
        },
        {
            "start": 825095838,
            "stop": 825095840
        },
        {
            "start": 825095848,
            "stop": 825095868
        },
        {
            "start": 825095875,
            "stop": 825096050
        },
        {
            "start": 825096130,
            "stop": 825096600
        },
        {
            "start": 825096660,
            "stop": 825097705
        },
        {
            "start": 825097713,
            "stop": 825097731
        },
        {
            "start": 825097738,
            "stop": 825097847
        },
        {
            "start": 825097854,
            "stop": 825097860
        },
        {
            "start": 825097964,
            "stop": 825097970
        },
        {
            "start": 825098051,
            "stop": 825098300
        },
        {
            "start": 825098307,
            "stop": 825098393
        },
        {
            "start": 825098401,
            "stop": 825098450
        },
        {
            "start": 825098590,
            "stop": 825098654
        },
        {
            "start": 825098668,
            "stop": 825098970
        },
        {
            "start": 825098977,
            "stop": 825099314
        },
        {
            "start": 825099321,
            "stop": 825099451
        },
        {
            "start": 825099498,
            "stop": 825099763
        }
    ]
}