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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=116",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 117,
    "results": [
        {
            "start": 826756294,
            "stop": 826763610
        },
        {
            "start": 826763615,
            "stop": 826810512
        },
        {
            "start": 826812562,
            "stop": 826812853
        },
        {
            "start": 826816794,
            "stop": 826850015
        },
        {
            "start": 826850328,
            "stop": 826852628
        },
        {
            "start": 826859116,
            "stop": 826920613
        },
        {
            "start": 826928086,
            "stop": 826958893
        },
        {
            "start": 826960327,
            "stop": 826965973
        },
        {
            "start": 826968174,
            "stop": 826992290
        },
        {
            "start": 827025204,
            "stop": 827031854
        },
        {
            "start": 827032175,
            "stop": 827041441
        },
        {
            "start": 827043925,
            "stop": 827071513
        },
        {
            "start": 827071529,
            "stop": 827071530
        },
        {
            "start": 827071684,
            "stop": 827075292
        },
        {
            "start": 827075436,
            "stop": 827082853
        },
        {
            "start": 827082896,
            "stop": 827082897
        },
        {
            "start": 827086885,
            "stop": 827089345
        },
        {
            "start": 827089403,
            "stop": 827090661
        },
        {
            "start": 827092406,
            "stop": 827092982
        },
        {
            "start": 827094659,
            "stop": 827161485
        }
    ]
}