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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=175",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 176,
    "results": [
        {
            "start": 843408675,
            "stop": 843408676
        },
        {
            "start": 843408704,
            "stop": 843410599
        },
        {
            "start": 843410710,
            "stop": 843411573
        },
        {
            "start": 843411581,
            "stop": 843414262
        },
        {
            "start": 843415097,
            "stop": 843417566
        },
        {
            "start": 843417587,
            "stop": 843417589
        },
        {
            "start": 843417597,
            "stop": 843421661
        },
        {
            "start": 843422641,
            "stop": 843425035
        },
        {
            "start": 843425043,
            "stop": 843427562
        },
        {
            "start": 843430033,
            "stop": 843431677
        },
        {
            "start": 843432520,
            "stop": 843433142
        },
        {
            "start": 843433206,
            "stop": 843435867
        },
        {
            "start": 843436047,
            "stop": 843449949
        },
        {
            "start": 843449951,
            "stop": 843460465
        },
        {
            "start": 843465834,
            "stop": 843487856
        },
        {
            "start": 843487858,
            "stop": 843489640
        },
        {
            "start": 843489649,
            "stop": 843493897
        },
        {
            "start": 843494053,
            "stop": 843495152
        },
        {
            "start": 843495380,
            "stop": 843496370
        },
        {
            "start": 843496378,
            "stop": 843496381
        }
    ]
}