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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=263",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 264,
    "results": [
        {
            "start": 855702965,
            "stop": 855706162
        },
        {
            "start": 855710410,
            "stop": 855712861
        },
        {
            "start": 855714035,
            "stop": 855724710
        },
        {
            "start": 855724770,
            "stop": 855747274
        },
        {
            "start": 855747293,
            "stop": 855766926
        },
        {
            "start": 855766945,
            "stop": 855769086
        },
        {
            "start": 855769106,
            "stop": 855778731
        },
        {
            "start": 855780880,
            "stop": 855782196
        },
        {
            "start": 855782216,
            "stop": 855782992
        },
        {
            "start": 855784315,
            "stop": 855800325
        },
        {
            "start": 855800343,
            "stop": 855809723
        },
        {
            "start": 855809833,
            "stop": 855810742
        },
        {
            "start": 855811426,
            "stop": 855811861
        },
        {
            "start": 855812161,
            "stop": 855812290
        },
        {
            "start": 855812633,
            "stop": 855818450
        },
        {
            "start": 855818468,
            "stop": 855824000
        },
        {
            "start": 855824338,
            "stop": 855862410
        },
        {
            "start": 855863981,
            "stop": 855864436
        },
        {
            "start": 855865787,
            "stop": 855866238
        },
        {
            "start": 855866693,
            "stop": 855866828
        }
    ]
}