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
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=2",
    "previous": null,
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 1,
    "results": [
        {
            "start": 816061324,
            "stop": 816061334
        },
        {
            "start": 816061340,
            "stop": 816061341
        },
        {
            "start": 816061351,
            "stop": 816061427
        },
        {
            "start": 816062161,
            "stop": 816062171
        },
        {
            "start": 816062181,
            "stop": 816062197
        },
        {
            "start": 816062206,
            "stop": 816062207
        },
        {
            "start": 816062271,
            "stop": 816062353
        },
        {
            "start": 816062356,
            "stop": 816062507
        },
        {
            "start": 816062512,
            "stop": 816062517
        },
        {
            "start": 816062520,
            "stop": 816062524
        },
        {
            "start": 816062529,
            "stop": 816062628
        },
        {
            "start": 816062635,
            "stop": 816062804
        },
        {
            "start": 816062811,
            "stop": 816062828
        },
        {
            "start": 816062832,
            "stop": 816062834
        },
        {
            "start": 816062840,
            "stop": 816062987
        },
        {
            "start": 816064057,
            "stop": 816064058
        },
        {
            "start": 816064085,
            "stop": 816064088
        },
        {
            "start": 816064092,
            "stop": 816064095
        },
        {
            "start": 816064102,
            "stop": 816064104
        },
        {
            "start": 816064110,
            "stop": 816064124
        }
    ]
}