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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=295",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 296,
    "results": [
        {
            "start": 818366650,
            "stop": 818366658
        },
        {
            "start": 818366694,
            "stop": 818366827
        },
        {
            "start": 818366853,
            "stop": 818366875
        },
        {
            "start": 818366894,
            "stop": 818366990
        },
        {
            "start": 818367010,
            "stop": 818367177
        },
        {
            "start": 818367220,
            "stop": 818367270
        },
        {
            "start": 818367300,
            "stop": 818367309
        },
        {
            "start": 818367348,
            "stop": 818367433
        },
        {
            "start": 818367452,
            "stop": 818367688
        },
        {
            "start": 818367709,
            "stop": 818367759
        },
        {
            "start": 818367783,
            "stop": 818367813
        },
        {
            "start": 818367854,
            "stop": 818367869
        },
        {
            "start": 818367902,
            "stop": 818367908
        },
        {
            "start": 818367932,
            "stop": 818367943
        },
        {
            "start": 818368020,
            "stop": 818368203
        },
        {
            "start": 818368272,
            "stop": 818368318
        },
        {
            "start": 818368337,
            "stop": 818368378
        },
        {
            "start": 818368473,
            "stop": 818368483
        },
        {
            "start": 818368532,
            "stop": 818368640
        },
        {
            "start": 818368698,
            "stop": 818368720
        }
    ]
}