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=379
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=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=378",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 379,
    "results": [
        {
            "start": 823782370,
            "stop": 823784501
        },
        {
            "start": 823784801,
            "stop": 823787909
        },
        {
            "start": 823787926,
            "stop": 823788240
        },
        {
            "start": 823788300,
            "stop": 823788360
        },
        {
            "start": 823788510,
            "stop": 823789292
        },
        {
            "start": 823789712,
            "stop": 823790383
        },
        {
            "start": 823790387,
            "stop": 823792697
        },
        {
            "start": 823793007,
            "stop": 823795102
        },
        {
            "start": 823795119,
            "stop": 823800289
        },
        {
            "start": 823800589,
            "stop": 823802953
        },
        {
            "start": 823866547,
            "stop": 823868251
        },
        {
            "start": 823868255,
            "stop": 823870748
        },
        {
            "start": 823871572,
            "stop": 823871702
        },
        {
            "start": 823871719,
            "stop": 823871936
        },
        {
            "start": 823871953,
            "stop": 823876000
        },
        {
            "start": 823878141,
            "stop": 823880053
        },
        {
            "start": 823880070,
            "stop": 823883808
        },
        {
            "start": 823941762,
            "stop": 823941876
        },
        {
            "start": 823941893,
            "stop": 823943733
        },
        {
            "start": 823943750,
            "stop": 823945467
        }
    ]
}