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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=245",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 246,
    "results": [
        {
            "start": 818223083,
            "stop": 818223088
        },
        {
            "start": 818223096,
            "stop": 818223097
        },
        {
            "start": 818223105,
            "stop": 818223106
        },
        {
            "start": 818223116,
            "stop": 818223122
        },
        {
            "start": 818223125,
            "stop": 818223128
        },
        {
            "start": 818223143,
            "stop": 818223145
        },
        {
            "start": 818223150,
            "stop": 818223154
        },
        {
            "start": 818223161,
            "stop": 818223166
        },
        {
            "start": 818223182,
            "stop": 818223183
        },
        {
            "start": 818223191,
            "stop": 818223198
        },
        {
            "start": 818223208,
            "stop": 818223209
        },
        {
            "start": 818223217,
            "stop": 818223218
        },
        {
            "start": 818223230,
            "stop": 818223231
        },
        {
            "start": 818223244,
            "stop": 818223245
        },
        {
            "start": 818223259,
            "stop": 818223262
        },
        {
            "start": 818223265,
            "stop": 818223267
        },
        {
            "start": 818223285,
            "stop": 818223287
        },
        {
            "start": 818223294,
            "stop": 818223295
        },
        {
            "start": 818223318,
            "stop": 818223320
        },
        {
            "start": 818223323,
            "stop": 818223329
        }
    ]
}