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/H2_STOCH_CAT1/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=8",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 9,
    "results": [
        {
            "start": 815871008,
            "stop": 815873371
        },
        {
            "start": 815873373,
            "stop": 815882688
        },
        {
            "start": 815882720,
            "stop": 815891899
        },
        {
            "start": 815891902,
            "stop": 815903072
        },
        {
            "start": 815903104,
            "stop": 815905168
        },
        {
            "start": 815905171,
            "stop": 815906023
        },
        {
            "start": 815906436,
            "stop": 815906495
        },
        {
            "start": 815906497,
            "stop": 815908915
        },
        {
            "start": 815911204,
            "stop": 815912457
        },
        {
            "start": 815912460,
            "stop": 815912960
        },
        {
            "start": 815912992,
            "stop": 815922399
        },
        {
            "start": 815922402,
            "stop": 815926220
        },
        {
            "start": 815926223,
            "stop": 815929695
        },
        {
            "start": 815929698,
            "stop": 815941068
        },
        {
            "start": 815942702,
            "stop": 815943820
        },
        {
            "start": 815943823,
            "stop": 815945597
        },
        {
            "start": 815945600,
            "stop": 815946920
        },
        {
            "start": 815946923,
            "stop": 815959604
        },
        {
            "start": 815961820,
            "stop": 815965885
        },
        {
            "start": 815965888,
            "stop": 815970464
        }
    ]
}