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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=119",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 120,
    "results": [
        {
            "start": 931871175,
            "stop": 931871870
        },
        {
            "start": 931871875,
            "stop": 931872544
        },
        {
            "start": 931872769,
            "stop": 931873104
        },
        {
            "start": 931873262,
            "stop": 931873306
        },
        {
            "start": 931873309,
            "stop": 931873797
        },
        {
            "start": 931876107,
            "stop": 931877650
        },
        {
            "start": 931877710,
            "stop": 931877927
        },
        {
            "start": 931883485,
            "stop": 931884516
        },
        {
            "start": 931884521,
            "stop": 931884910
        },
        {
            "start": 931884970,
            "stop": 931885021
        },
        {
            "start": 931886238,
            "stop": 931886264
        },
        {
            "start": 931886265,
            "stop": 931886693
        },
        {
            "start": 931886813,
            "stop": 931886823
        },
        {
            "start": 931886826,
            "stop": 931886838
        },
        {
            "start": 931886841,
            "stop": 931886854
        },
        {
            "start": 931886856,
            "stop": 931886868
        },
        {
            "start": 931886871,
            "stop": 931886883
        },
        {
            "start": 931886886,
            "stop": 931886898
        },
        {
            "start": 931886901,
            "stop": 931886913
        },
        {
            "start": 931886916,
            "stop": 931886929
        }
    ]
}