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=553
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=554",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=552",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 553,
    "results": [
        {
            "start": 827235679,
            "stop": 827235698
        },
        {
            "start": 827235701,
            "stop": 827235743
        },
        {
            "start": 827235752,
            "stop": 827235757
        },
        {
            "start": 827235776,
            "stop": 827235782
        },
        {
            "start": 827235795,
            "stop": 827235801
        },
        {
            "start": 827235805,
            "stop": 827235821
        },
        {
            "start": 827235825,
            "stop": 827235870
        },
        {
            "start": 827235888,
            "stop": 827235913
        },
        {
            "start": 827235926,
            "stop": 827235932
        },
        {
            "start": 827235936,
            "stop": 827235947
        },
        {
            "start": 827235950,
            "stop": 827235989
        },
        {
            "start": 827235994,
            "stop": 827236043
        },
        {
            "start": 827236071,
            "stop": 827236076
        },
        {
            "start": 827236090,
            "stop": 827236096
        },
        {
            "start": 827236171,
            "stop": 827236183
        },
        {
            "start": 827236195,
            "stop": 827236205
        },
        {
            "start": 827236214,
            "stop": 827236234
        },
        {
            "start": 827236470,
            "stop": 827236484
        },
        {
            "start": 827236487,
            "stop": 827236493
        },
        {
            "start": 827236511,
            "stop": 827236522
        }
    ]
}