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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=740",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 741,
    "results": [
        {
            "start": 856545467,
            "stop": 856550661
        },
        {
            "start": 856550663,
            "stop": 856571532
        },
        {
            "start": 856574812,
            "stop": 856583490
        },
        {
            "start": 856583610,
            "stop": 856583620
        },
        {
            "start": 856584052,
            "stop": 856590870
        },
        {
            "start": 856591050,
            "stop": 856591061
        },
        {
            "start": 856591523,
            "stop": 856613370
        },
        {
            "start": 856613944,
            "stop": 856618095
        },
        {
            "start": 856618097,
            "stop": 856620990
        },
        {
            "start": 856621050,
            "stop": 856627246
        },
        {
            "start": 856656434,
            "stop": 856667449
        },
        {
            "start": 856667451,
            "stop": 856695630
        },
        {
            "start": 856695690,
            "stop": 856695705
        },
        {
            "start": 856696222,
            "stop": 856698654
        },
        {
            "start": 856700103,
            "stop": 856700105
        },
        {
            "start": 856700142,
            "stop": 856702950
        },
        {
            "start": 856703010,
            "stop": 856703025
        },
        {
            "start": 856703566,
            "stop": 856710810
        },
        {
            "start": 856711420,
            "stop": 856718370
        },
        {
            "start": 856718670,
            "stop": 856718686
        }
    ]
}