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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=114",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 115,
    "results": [
        {
            "start": 821501689,
            "stop": 821501825
        },
        {
            "start": 821501828,
            "stop": 821501830
        },
        {
            "start": 821501833,
            "stop": 821501853
        },
        {
            "start": 821501856,
            "stop": 821501875
        },
        {
            "start": 821501878,
            "stop": 821501900
        },
        {
            "start": 821501903,
            "stop": 821501917
        },
        {
            "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
        }
    ]
}