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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=283",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 284,
    "results": [
        {
            "start": 867202512,
            "stop": 867202516
        },
        {
            "start": 867202519,
            "stop": 867206327
        },
        {
            "start": 867207340,
            "stop": 867212060
        },
        {
            "start": 867213317,
            "stop": 867215152
        },
        {
            "start": 867215703,
            "stop": 867246595
        },
        {
            "start": 867247173,
            "stop": 867275311
        },
        {
            "start": 867283889,
            "stop": 867285571
        },
        {
            "start": 867288977,
            "stop": 867298942
        },
        {
            "start": 867300104,
            "stop": 867319740
        },
        {
            "start": 867320504,
            "stop": 867353610
        },
        {
            "start": 867356251,
            "stop": 867364066
        },
        {
            "start": 867367506,
            "stop": 867378770
        },
        {
            "start": 867383630,
            "stop": 867411557
        },
        {
            "start": 867411560,
            "stop": 867427956
        },
        {
            "start": 867428046,
            "stop": 867441187
        },
        {
            "start": 867441203,
            "stop": 867449532
        },
        {
            "start": 867455963,
            "stop": 867501108
        },
        {
            "start": 867503915,
            "stop": 867510407
        },
        {
            "start": 867552385,
            "stop": 867558651
        },
        {
            "start": 867559566,
            "stop": 867617238
        }
    ]
}