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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=531",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=529",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 530,
    "results": [
        {
            "start": 827178880,
            "stop": 827178985
        },
        {
            "start": 827178988,
            "stop": 827179054
        },
        {
            "start": 827179057,
            "stop": 827179297
        },
        {
            "start": 827179301,
            "stop": 827179399
        },
        {
            "start": 827179402,
            "stop": 827179434
        },
        {
            "start": 827179437,
            "stop": 827179921
        },
        {
            "start": 827179938,
            "stop": 827179980
        },
        {
            "start": 827179983,
            "stop": 827179986
        },
        {
            "start": 827179992,
            "stop": 827180022
        },
        {
            "start": 827180028,
            "stop": 827180061
        },
        {
            "start": 827180065,
            "stop": 827180309
        },
        {
            "start": 827180312,
            "stop": 827180336
        },
        {
            "start": 827180348,
            "stop": 827180407
        },
        {
            "start": 827180410,
            "stop": 827180579
        },
        {
            "start": 827180582,
            "stop": 827180970
        },
        {
            "start": 827180973,
            "stop": 827181104
        },
        {
            "start": 827181108,
            "stop": 827181209
        },
        {
            "start": 827181213,
            "stop": 827181228
        },
        {
            "start": 827181231,
            "stop": 827181249
        },
        {
            "start": 827181252,
            "stop": 827181313
        }
    ]
}