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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=170",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 171,
    "results": [
        {
            "start": 845575523,
            "stop": 845575669
        },
        {
            "start": 845575778,
            "stop": 845620707
        },
        {
            "start": 845621440,
            "stop": 845623274
        },
        {
            "start": 845624118,
            "stop": 845638679
        },
        {
            "start": 845639686,
            "stop": 845648937
        },
        {
            "start": 845650377,
            "stop": 845650778
        },
        {
            "start": 845651953,
            "stop": 845657104
        },
        {
            "start": 845658884,
            "stop": 845659780
        },
        {
            "start": 845661088,
            "stop": 845661520
        },
        {
            "start": 845663045,
            "stop": 845665501
        },
        {
            "start": 845671745,
            "stop": 845675607
        },
        {
            "start": 845688080,
            "stop": 845707441
        },
        {
            "start": 845708068,
            "stop": 845732156
        },
        {
            "start": 845732250,
            "stop": 845732301
        },
        {
            "start": 845733394,
            "stop": 845733803
        },
        {
            "start": 845767872,
            "stop": 845777990
        },
        {
            "start": 845778028,
            "stop": 845778030
        },
        {
            "start": 845778102,
            "stop": 845795535
        },
        {
            "start": 845796480,
            "stop": 845798933
        },
        {
            "start": 845799805,
            "stop": 845809115
        }
    ]
}