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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=422",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=420",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 421,
    "results": [
        {
            "start": 821770841,
            "stop": 821770843
        },
        {
            "start": 821770846,
            "stop": 821770851
        },
        {
            "start": 821770866,
            "stop": 821770868
        },
        {
            "start": 821770872,
            "stop": 821770884
        },
        {
            "start": 821770890,
            "stop": 821770897
        },
        {
            "start": 821770900,
            "stop": 821770914
        },
        {
            "start": 821770917,
            "stop": 821770922
        },
        {
            "start": 821770926,
            "stop": 821770928
        },
        {
            "start": 821770931,
            "stop": 821770934
        },
        {
            "start": 821770937,
            "stop": 821770944
        },
        {
            "start": 821770947,
            "stop": 821770960
        },
        {
            "start": 821770963,
            "stop": 821770970
        },
        {
            "start": 821770973,
            "stop": 821770974
        },
        {
            "start": 821770979,
            "stop": 821770988
        },
        {
            "start": 821770998,
            "stop": 821771004
        },
        {
            "start": 821771007,
            "stop": 821771008
        },
        {
            "start": 821771021,
            "stop": 821771027
        },
        {
            "start": 821771032,
            "stop": 821771037
        },
        {
            "start": 821771040,
            "stop": 821771049
        },
        {
            "start": 821771052,
            "stop": 821771056
        }
    ]
}