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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=356",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 357,
    "results": [
        {
            "start": 939538934,
            "stop": 939538956
        },
        {
            "start": 939538959,
            "stop": 939538960
        },
        {
            "start": 939538963,
            "stop": 939538973
        },
        {
            "start": 939538977,
            "stop": 939538978
        },
        {
            "start": 939538982,
            "stop": 939538983
        },
        {
            "start": 939538986,
            "stop": 939538999
        },
        {
            "start": 939539003,
            "stop": 939539020
        },
        {
            "start": 939539023,
            "stop": 939539027
        },
        {
            "start": 939539030,
            "stop": 939539066
        },
        {
            "start": 939539069,
            "stop": 939539135
        },
        {
            "start": 939539143,
            "stop": 939539145
        },
        {
            "start": 939539148,
            "stop": 939539194
        },
        {
            "start": 939539198,
            "stop": 939539201
        },
        {
            "start": 939539204,
            "stop": 939539205
        },
        {
            "start": 939539211,
            "stop": 939539868
        },
        {
            "start": 939539871,
            "stop": 939540167
        },
        {
            "start": 939540170,
            "stop": 939541728
        },
        {
            "start": 939541731,
            "stop": 939541758
        },
        {
            "start": 939541761,
            "stop": 939541787
        },
        {
            "start": 939541790,
            "stop": 939541803
        }
    ]
}