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=9950
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=9951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9949",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9950,
    "results": [
        {
            "start": 875000768,
            "stop": 875002683
        },
        {
            "start": 875002686,
            "stop": 875002931
        },
        {
            "start": 875002937,
            "stop": 875004572
        },
        {
            "start": 875004575,
            "stop": 875004584
        },
        {
            "start": 875004588,
            "stop": 875004600
        },
        {
            "start": 875004603,
            "stop": 875004721
        },
        {
            "start": 875004724,
            "stop": 875004736
        },
        {
            "start": 875004741,
            "stop": 875004801
        },
        {
            "start": 875004804,
            "stop": 875004835
        },
        {
            "start": 875004838,
            "stop": 875004868
        },
        {
            "start": 875004878,
            "stop": 875004903
        },
        {
            "start": 875004907,
            "stop": 875004908
        },
        {
            "start": 875004914,
            "stop": 875005040
        },
        {
            "start": 875005043,
            "stop": 875005072
        },
        {
            "start": 875006469,
            "stop": 875006479
        },
        {
            "start": 875006482,
            "stop": 875006490
        },
        {
            "start": 875006493,
            "stop": 875006520
        },
        {
            "start": 875006523,
            "stop": 875006551
        },
        {
            "start": 875006554,
            "stop": 875006560
        },
        {
            "start": 875006566,
            "stop": 875006570
        }
    ]
}