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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=310",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 311,
    "results": [
        {
            "start": 869666688,
            "stop": 869666696
        },
        {
            "start": 869666702,
            "stop": 869666719
        },
        {
            "start": 869666733,
            "stop": 869666746
        },
        {
            "start": 869666754,
            "stop": 869666769
        },
        {
            "start": 869666777,
            "stop": 869666788
        },
        {
            "start": 869666795,
            "stop": 869666813
        },
        {
            "start": 869666817,
            "stop": 869666818
        },
        {
            "start": 869666831,
            "stop": 869666849
        },
        {
            "start": 869666856,
            "stop": 869666865
        },
        {
            "start": 869666879,
            "stop": 869666900
        },
        {
            "start": 869666907,
            "stop": 869666923
        },
        {
            "start": 869666931,
            "stop": 869666940
        },
        {
            "start": 869666968,
            "stop": 869666978
        },
        {
            "start": 869666985,
            "stop": 869667000
        },
        {
            "start": 869667007,
            "stop": 869667019
        },
        {
            "start": 869667025,
            "stop": 869667036
        },
        {
            "start": 869667049,
            "stop": 869667066
        },
        {
            "start": 869667071,
            "stop": 869667085
        },
        {
            "start": 869667095,
            "stop": 869667106
        },
        {
            "start": 869667116,
            "stop": 869667205
        }
    ]
}