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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=114",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 115,
    "results": [
        {
            "start": 825976971,
            "stop": 825977209
        },
        {
            "start": 825977222,
            "stop": 825977228
        },
        {
            "start": 825977236,
            "stop": 825977242
        },
        {
            "start": 825977246,
            "stop": 825987649
        },
        {
            "start": 825988537,
            "stop": 825991598
        },
        {
            "start": 825992014,
            "stop": 826047433
        },
        {
            "start": 826047481,
            "stop": 826047482
        },
        {
            "start": 826047628,
            "stop": 826062484
        },
        {
            "start": 826079484,
            "stop": 826129166
        },
        {
            "start": 826129654,
            "stop": 826142164
        },
        {
            "start": 826142493,
            "stop": 826143752
        },
        {
            "start": 826144181,
            "stop": 826176771
        },
        {
            "start": 826194368,
            "stop": 826229353
        },
        {
            "start": 826234942,
            "stop": 826271062
        },
        {
            "start": 826271576,
            "stop": 826316352
        },
        {
            "start": 826320886,
            "stop": 826320914
        },
        {
            "start": 826324002,
            "stop": 826326913
        },
        {
            "start": 826332770,
            "stop": 826341995
        },
        {
            "start": 826342742,
            "stop": 826356768
        },
        {
            "start": 826365657,
            "stop": 826380793
        }
    ]
}