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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=117",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 118,
    "results": [
        {
            "start": 818237801,
            "stop": 818237803
        },
        {
            "start": 818237817,
            "stop": 818237819
        },
        {
            "start": 818237948,
            "stop": 818237952
        },
        {
            "start": 818238023,
            "stop": 818238024
        },
        {
            "start": 818238218,
            "stop": 818238219
        },
        {
            "start": 818238240,
            "stop": 818238241
        },
        {
            "start": 818238297,
            "stop": 818238310
        },
        {
            "start": 818238407,
            "stop": 818238415
        },
        {
            "start": 818238543,
            "stop": 818238545
        },
        {
            "start": 818238980,
            "stop": 818238981
        },
        {
            "start": 818239087,
            "stop": 818239088
        },
        {
            "start": 818239194,
            "stop": 818239204
        },
        {
            "start": 818239539,
            "stop": 818239541
        },
        {
            "start": 818239617,
            "stop": 818239618
        },
        {
            "start": 818241025,
            "stop": 818241026
        },
        {
            "start": 818241040,
            "stop": 818241047
        },
        {
            "start": 818241093,
            "stop": 818241097
        },
        {
            "start": 818241336,
            "stop": 818241340
        },
        {
            "start": 818241405,
            "stop": 818241410
        },
        {
            "start": 818241434,
            "stop": 818241438
        }
    ]
}