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=691
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=692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=690",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 691,
    "results": [
        {
            "start": 847605646,
            "stop": 847622500
        },
        {
            "start": 847638826,
            "stop": 847638934
        },
        {
            "start": 847640262,
            "stop": 847647904
        },
        {
            "start": 847647907,
            "stop": 847651135
        },
        {
            "start": 847651136,
            "stop": 847651228
        },
        {
            "start": 847651268,
            "stop": 847651270
        },
        {
            "start": 847651274,
            "stop": 847651276
        },
        {
            "start": 847651298,
            "stop": 847651306
        },
        {
            "start": 847651309,
            "stop": 847652998
        },
        {
            "start": 847653004,
            "stop": 847653010
        },
        {
            "start": 847653014,
            "stop": 847653020
        },
        {
            "start": 847653023,
            "stop": 847654650
        },
        {
            "start": 847654830,
            "stop": 847659870
        },
        {
            "start": 847660236,
            "stop": 847660290
        },
        {
            "start": 847660350,
            "stop": 847660830
        },
        {
            "start": 847660890,
            "stop": 847661125
        },
        {
            "start": 847661127,
            "stop": 847661538
        },
        {
            "start": 847701031,
            "stop": 847725044
        },
        {
            "start": 847725047,
            "stop": 847725049
        },
        {
            "start": 847725052,
            "stop": 847730600
        }
    ]
}