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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=136",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 137,
    "results": [
        {
            "start": 821501920,
            "stop": 821501951
        },
        {
            "start": 821501954,
            "stop": 821502014
        },
        {
            "start": 821502017,
            "stop": 821502037
        },
        {
            "start": 821502040,
            "stop": 821502041
        },
        {
            "start": 821502044,
            "stop": 821502072
        },
        {
            "start": 821502075,
            "stop": 821502198
        },
        {
            "start": 821502201,
            "stop": 821502231
        },
        {
            "start": 821502234,
            "stop": 821502276
        },
        {
            "start": 821502279,
            "stop": 821502420
        },
        {
            "start": 821502423,
            "stop": 821502502
        },
        {
            "start": 821502508,
            "stop": 821502510
        },
        {
            "start": 821502513,
            "stop": 821502527
        },
        {
            "start": 821502530,
            "stop": 821502532
        },
        {
            "start": 821502535,
            "stop": 821502544
        },
        {
            "start": 821502547,
            "stop": 821502572
        },
        {
            "start": 821502575,
            "stop": 821502628
        },
        {
            "start": 821502631,
            "stop": 821503047
        },
        {
            "start": 821503050,
            "stop": 821503719
        },
        {
            "start": 821503769,
            "stop": 821506046
        },
        {
            "start": 821506049,
            "stop": 821506096
        }
    ]
}