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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=205",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 206,
    "results": [
        {
            "start": 820439710,
            "stop": 820439928
        },
        {
            "start": 820439935,
            "stop": 820440652
        },
        {
            "start": 820440659,
            "stop": 820440716
        },
        {
            "start": 820440723,
            "stop": 820440865
        },
        {
            "start": 820440879,
            "stop": 820440961
        },
        {
            "start": 820440968,
            "stop": 820441010
        },
        {
            "start": 820441090,
            "stop": 820441320
        },
        {
            "start": 820441380,
            "stop": 820441433
        },
        {
            "start": 820441447,
            "stop": 820441536
        },
        {
            "start": 820441551,
            "stop": 820441560
        },
        {
            "start": 820441620,
            "stop": 820441668
        },
        {
            "start": 820441675,
            "stop": 820442810
        },
        {
            "start": 820442890,
            "stop": 820443180
        },
        {
            "start": 820443240,
            "stop": 820443253
        },
        {
            "start": 820444459,
            "stop": 820444608
        },
        {
            "start": 820444615,
            "stop": 820444740
        },
        {
            "start": 820444800,
            "stop": 820445174
        },
        {
            "start": 820445182,
            "stop": 820445280
        },
        {
            "start": 820445340,
            "stop": 820445358
        },
        {
            "start": 820445365,
            "stop": 820445640
        }
    ]
}