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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=266",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 267,
    "results": [
        {
            "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
        },
        {
            "start": 818223344,
            "stop": 818223345
        },
        {
            "start": 818223365,
            "stop": 818223368
        },
        {
            "start": 818223371,
            "stop": 818223374
        },
        {
            "start": 818223387,
            "stop": 818223388
        },
        {
            "start": 818223405,
            "stop": 818223409
        },
        {
            "start": 818223424,
            "stop": 818223426
        },
        {
            "start": 818223434,
            "stop": 818223436
        },
        {
            "start": 818223447,
            "stop": 818223453
        },
        {
            "start": 818223484,
            "stop": 818223493
        },
        {
            "start": 818223510,
            "stop": 818223511
        },
        {
            "start": 818223519,
            "stop": 818223523
        },
        {
            "start": 818223553,
            "stop": 818223555
        }
    ]
}