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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=304",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 305,
    "results": [
        {
            "start": 869581645,
            "stop": 869581654
        },
        {
            "start": 869581661,
            "stop": 869581668
        },
        {
            "start": 869581678,
            "stop": 869581688
        },
        {
            "start": 869581695,
            "stop": 869581709
        },
        {
            "start": 869581717,
            "stop": 869581723
        },
        {
            "start": 869581738,
            "stop": 869581744
        },
        {
            "start": 869581755,
            "stop": 869581765
        },
        {
            "start": 869581779,
            "stop": 869581783
        },
        {
            "start": 869581796,
            "stop": 869581806
        },
        {
            "start": 869581818,
            "stop": 869581825
        },
        {
            "start": 869581837,
            "stop": 869581839
        },
        {
            "start": 869581861,
            "stop": 869581869
        },
        {
            "start": 869581914,
            "stop": 869581917
        },
        {
            "start": 869581948,
            "stop": 869581959
        },
        {
            "start": 869581969,
            "stop": 869581980
        },
        {
            "start": 869581992,
            "stop": 869582001
        },
        {
            "start": 869582041,
            "stop": 869582048
        },
        {
            "start": 869582064,
            "stop": 869582070
        },
        {
            "start": 869582084,
            "stop": 869582089
        },
        {
            "start": 869582104,
            "stop": 869582107
        }
    ]
}