Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=347
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=346",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 347,
    "results": [
        {
            "start": 834648228,
            "stop": 834650238
        },
        {
            "start": 834652455,
            "stop": 834663555
        },
        {
            "start": 834664515,
            "stop": 834673695
        },
        {
            "start": 834673930,
            "stop": 834674470
        },
        {
            "start": 834674639,
            "stop": 834674759
        },
        {
            "start": 834674999,
            "stop": 834675479
        },
        {
            "start": 834675620,
            "stop": 834675740
        },
        {
            "start": 834675907,
            "stop": 834676267
        },
        {
            "start": 834676424,
            "stop": 834676784
        },
        {
            "start": 834676938,
            "stop": 834677118
        },
        {
            "start": 834677536,
            "stop": 834677716
        },
        {
            "start": 834677998,
            "stop": 834678178
        },
        {
            "start": 834678400,
            "stop": 834679120
        },
        {
            "start": 834679571,
            "stop": 834680231
        },
        {
            "start": 834680527,
            "stop": 834680767
        },
        {
            "start": 834681443,
            "stop": 834682223
        },
        {
            "start": 834682383,
            "stop": 834682443
        },
        {
            "start": 834682588,
            "stop": 834682648
        },
        {
            "start": 834682801,
            "stop": 834683101
        },
        {
            "start": 834683347,
            "stop": 834683527
        }
    ]
}