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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=177",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 178,
    "results": [
        {
            "start": 819676762,
            "stop": 819677143
        },
        {
            "start": 819677324,
            "stop": 819677444
        },
        {
            "start": 819677461,
            "stop": 819678035
        },
        {
            "start": 819678038,
            "stop": 819678678
        },
        {
            "start": 819678919,
            "stop": 819678998
        },
        {
            "start": 819679001,
            "stop": 819679861
        },
        {
            "start": 819679878,
            "stop": 819682985
        },
        {
            "start": 819682988,
            "stop": 819686944
        },
        {
            "start": 819687488,
            "stop": 819687495
        },
        {
            "start": 819687615,
            "stop": 819690547
        },
        {
            "start": 819690550,
            "stop": 819692709
        },
        {
            "start": 819692829,
            "stop": 819694020
        },
        {
            "start": 819694140,
            "stop": 819696569
        },
        {
            "start": 819696573,
            "stop": 819697528
        },
        {
            "start": 819698755,
            "stop": 819702317
        },
        {
            "start": 819702318,
            "stop": 819704850
        },
        {
            "start": 819704970,
            "stop": 819706812
        },
        {
            "start": 819706815,
            "stop": 819707323
        },
        {
            "start": 819707504,
            "stop": 819711000
        },
        {
            "start": 819711003,
            "stop": 819711014
        }
    ]
}