Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=20",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 21,
    "results": [
        {
            "start": 816276234,
            "stop": 816276247
        },
        {
            "start": 816276251,
            "stop": 816276268
        },
        {
            "start": 816276273,
            "stop": 816276278
        },
        {
            "start": 816276287,
            "stop": 816276288
        },
        {
            "start": 816276298,
            "stop": 816276300
        },
        {
            "start": 816276309,
            "stop": 816276310
        },
        {
            "start": 816276323,
            "stop": 816276324
        },
        {
            "start": 816276331,
            "stop": 816276333
        },
        {
            "start": 816276340,
            "stop": 816276342
        },
        {
            "start": 816276349,
            "stop": 816276361
        },
        {
            "start": 816276368,
            "stop": 816276371
        },
        {
            "start": 816276380,
            "stop": 816276382
        },
        {
            "start": 816276386,
            "stop": 816276396
        },
        {
            "start": 816276404,
            "stop": 816276405
        },
        {
            "start": 816276412,
            "stop": 816276450
        },
        {
            "start": 816276454,
            "stop": 816276461
        },
        {
            "start": 816276472,
            "stop": 816276474
        },
        {
            "start": 816276499,
            "stop": 816276509
        },
        {
            "start": 816276517,
            "stop": 816276520
        },
        {
            "start": 816276533,
            "stop": 816276534
        }
    ]
}