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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=334",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 335,
    "results": [
        {
            "start": 821750747,
            "stop": 821750748
        },
        {
            "start": 821750751,
            "stop": 821750760
        },
        {
            "start": 821750763,
            "stop": 821750767
        },
        {
            "start": 821750770,
            "stop": 821750782
        },
        {
            "start": 821750786,
            "stop": 821750791
        },
        {
            "start": 821750794,
            "stop": 821750796
        },
        {
            "start": 821750799,
            "stop": 821750801
        },
        {
            "start": 821750804,
            "stop": 821750813
        },
        {
            "start": 821750819,
            "stop": 821750825
        },
        {
            "start": 821750828,
            "stop": 821750850
        },
        {
            "start": 821750856,
            "stop": 821750857
        },
        {
            "start": 821750860,
            "stop": 821750861
        },
        {
            "start": 821750864,
            "stop": 821750877
        },
        {
            "start": 821750884,
            "stop": 821750896
        },
        {
            "start": 821750902,
            "stop": 821750906
        },
        {
            "start": 821750912,
            "stop": 821750919
        },
        {
            "start": 821750922,
            "stop": 821750927
        },
        {
            "start": 821750930,
            "stop": 821750942
        },
        {
            "start": 821750946,
            "stop": 821750951
        },
        {
            "start": 821750954,
            "stop": 821750955
        }
    ]
}