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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=94",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 95,
    "results": [
        {
            "start": 931706037,
            "stop": 931706042
        },
        {
            "start": 931706064,
            "stop": 931706070
        },
        {
            "start": 931706160,
            "stop": 931706172
        },
        {
            "start": 931706212,
            "stop": 931706219
        },
        {
            "start": 931706275,
            "stop": 931706293
        },
        {
            "start": 931706387,
            "stop": 931706406
        },
        {
            "start": 931712194,
            "stop": 931712208
        },
        {
            "start": 931712256,
            "stop": 931712260
        },
        {
            "start": 931712283,
            "stop": 931712390
        },
        {
            "start": 931722628,
            "stop": 931722816
        },
        {
            "start": 931722845,
            "stop": 931722864
        },
        {
            "start": 931722887,
            "stop": 931722937
        },
        {
            "start": 931722955,
            "stop": 931722992
        },
        {
            "start": 931723622,
            "stop": 931723628
        },
        {
            "start": 931723687,
            "stop": 931723693
        },
        {
            "start": 931723730,
            "stop": 931723738
        },
        {
            "start": 931723884,
            "stop": 931723885
        },
        {
            "start": 931724093,
            "stop": 931724109
        },
        {
            "start": 931724183,
            "stop": 931724193
        },
        {
            "start": 931724211,
            "stop": 931724257
        }
    ]
}