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=369
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=370",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=368",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 369,
    "results": [
        {
            "start": 939627138,
            "stop": 939627180
        },
        {
            "start": 939627183,
            "stop": 939627214
        },
        {
            "start": 939627217,
            "stop": 939627279
        },
        {
            "start": 939627282,
            "stop": 939627380
        },
        {
            "start": 939627383,
            "stop": 939627535
        },
        {
            "start": 939627541,
            "stop": 939627547
        },
        {
            "start": 939627550,
            "stop": 939627684
        },
        {
            "start": 939627687,
            "stop": 939627696
        },
        {
            "start": 939627700,
            "stop": 939627734
        },
        {
            "start": 939627737,
            "stop": 939627750
        },
        {
            "start": 939627753,
            "stop": 939627865
        },
        {
            "start": 939627868,
            "stop": 939627871
        },
        {
            "start": 939627874,
            "stop": 939627906
        },
        {
            "start": 939627909,
            "stop": 939627914
        },
        {
            "start": 939627917,
            "stop": 939628068
        },
        {
            "start": 939628071,
            "stop": 939628081
        },
        {
            "start": 939628084,
            "stop": 939628189
        },
        {
            "start": 939628192,
            "stop": 939628198
        },
        {
            "start": 939628201,
            "stop": 939628374
        },
        {
            "start": 939634851,
            "stop": 939634860
        }
    ]
}