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=9977
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=9978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9976",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9977,
    "results": [
        {
            "start": 875115356,
            "stop": 875115412
        },
        {
            "start": 875115415,
            "stop": 875115421
        },
        {
            "start": 875115426,
            "stop": 875115881
        },
        {
            "start": 875116618,
            "stop": 875116639
        },
        {
            "start": 875116642,
            "stop": 875116647
        },
        {
            "start": 875116650,
            "stop": 875116781
        },
        {
            "start": 875116787,
            "stop": 875116792
        },
        {
            "start": 875116797,
            "stop": 875116800
        },
        {
            "start": 875116807,
            "stop": 875116810
        },
        {
            "start": 875116813,
            "stop": 875116824
        },
        {
            "start": 875116827,
            "stop": 875116831
        },
        {
            "start": 875116834,
            "stop": 875116835
        },
        {
            "start": 875116838,
            "stop": 875116842
        },
        {
            "start": 875116845,
            "stop": 875116846
        },
        {
            "start": 875116849,
            "stop": 875116855
        },
        {
            "start": 875116858,
            "stop": 875116859
        },
        {
            "start": 875116862,
            "stop": 875116864
        },
        {
            "start": 875116867,
            "stop": 875116869
        },
        {
            "start": 875116874,
            "stop": 875116876
        },
        {
            "start": 875116881,
            "stop": 875116885
        }
    ]
}