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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=129",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 130,
    "results": [
        {
            "start": 818267689,
            "stop": 818267702
        },
        {
            "start": 818267796,
            "stop": 818267806
        },
        {
            "start": 818268218,
            "stop": 818268223
        },
        {
            "start": 818268271,
            "stop": 818268277
        },
        {
            "start": 818268288,
            "stop": 818268292
        },
        {
            "start": 818268335,
            "stop": 818268340
        },
        {
            "start": 818268375,
            "stop": 818268376
        },
        {
            "start": 818268414,
            "stop": 818268416
        },
        {
            "start": 818281052,
            "stop": 818281055
        },
        {
            "start": 818281083,
            "stop": 818281117
        },
        {
            "start": 818281125,
            "stop": 818281128
        },
        {
            "start": 818281136,
            "stop": 818281151
        },
        {
            "start": 818281166,
            "stop": 818281176
        },
        {
            "start": 818281194,
            "stop": 818281223
        },
        {
            "start": 818281263,
            "stop": 818281266
        },
        {
            "start": 818281289,
            "stop": 818281290
        },
        {
            "start": 818281298,
            "stop": 818281314
        },
        {
            "start": 818281598,
            "stop": 818281599
        },
        {
            "start": 818281875,
            "stop": 818281876
        },
        {
            "start": 818281957,
            "stop": 818281958
        }
    ]
}