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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=234",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 235,
    "results": [
        {
            "start": 827401841,
            "stop": 827401940
        },
        {
            "start": 827401943,
            "stop": 827401947
        },
        {
            "start": 827401949,
            "stop": 827401952
        },
        {
            "start": 827401954,
            "stop": 827401980
        },
        {
            "start": 827401982,
            "stop": 827402019
        },
        {
            "start": 827402021,
            "stop": 827402057
        },
        {
            "start": 827402059,
            "stop": 827402078
        },
        {
            "start": 827402082,
            "stop": 827402099
        },
        {
            "start": 827402101,
            "stop": 827402127
        },
        {
            "start": 827402131,
            "stop": 827402132
        },
        {
            "start": 827402138,
            "stop": 827402287
        },
        {
            "start": 827402292,
            "stop": 827403516
        },
        {
            "start": 827403518,
            "stop": 827403528
        },
        {
            "start": 827403533,
            "stop": 827403551
        },
        {
            "start": 827403555,
            "stop": 827403571
        },
        {
            "start": 827403572,
            "stop": 827403583
        },
        {
            "start": 827403591,
            "stop": 827403667
        },
        {
            "start": 827403670,
            "stop": 827403822
        },
        {
            "start": 827403827,
            "stop": 827404203
        },
        {
            "start": 827404205,
            "stop": 827404456
        }
    ]
}