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=7907
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=7908",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7906",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7907,
    "results": [
        {
            "start": 969983205,
            "stop": 969983226
        },
        {
            "start": 969983229,
            "stop": 969983271
        },
        {
            "start": 969983274,
            "stop": 969983348
        },
        {
            "start": 969983351,
            "stop": 969983352
        },
        {
            "start": 969983355,
            "stop": 969983542
        },
        {
            "start": 969983546,
            "stop": 969983547
        },
        {
            "start": 969983550,
            "stop": 969983565
        },
        {
            "start": 969983568,
            "stop": 969983572
        },
        {
            "start": 969983576,
            "stop": 969983577
        },
        {
            "start": 969983583,
            "stop": 969983584
        },
        {
            "start": 969983587,
            "stop": 969983589
        },
        {
            "start": 969983595,
            "stop": 969983614
        },
        {
            "start": 969983623,
            "stop": 969983630
        },
        {
            "start": 969983635,
            "stop": 969983664
        },
        {
            "start": 969983668,
            "stop": 969983672
        },
        {
            "start": 969983675,
            "stop": 969983677
        },
        {
            "start": 969983682,
            "stop": 969983686
        },
        {
            "start": 969983693,
            "stop": 969983747
        },
        {
            "start": 969983750,
            "stop": 969983758
        },
        {
            "start": 969983761,
            "stop": 969983802
        }
    ]
}