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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=48",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 49,
    "results": [
        {
            "start": 816435967,
            "stop": 816436019
        },
        {
            "start": 816436022,
            "stop": 816436603
        },
        {
            "start": 816436610,
            "stop": 816436686
        },
        {
            "start": 816436691,
            "stop": 816436703
        },
        {
            "start": 816436707,
            "stop": 816436930
        },
        {
            "start": 816436934,
            "stop": 816436937
        },
        {
            "start": 816436941,
            "stop": 816437049
        },
        {
            "start": 816437053,
            "stop": 816437057
        },
        {
            "start": 816437060,
            "stop": 816437078
        },
        {
            "start": 816437083,
            "stop": 816437509
        },
        {
            "start": 816437513,
            "stop": 816437516
        },
        {
            "start": 816437521,
            "stop": 816437921
        },
        {
            "start": 816439775,
            "stop": 816439808
        },
        {
            "start": 816439814,
            "stop": 816439816
        },
        {
            "start": 816439820,
            "stop": 816439861
        },
        {
            "start": 816439868,
            "stop": 816439876
        },
        {
            "start": 816439881,
            "stop": 816439971
        },
        {
            "start": 816439975,
            "stop": 816439977
        },
        {
            "start": 816439983,
            "stop": 816440057
        },
        {
            "start": 816440062,
            "stop": 816440065
        }
    ]
}