Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=72
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=71",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 72,
    "results": [
        {
            "start": 826047628,
            "stop": 826062511
        },
        {
            "start": 826079484,
            "stop": 826119809
        },
        {
            "start": 826119815,
            "stop": 826129166
        },
        {
            "start": 826129654,
            "stop": 826142164
        },
        {
            "start": 826142493,
            "stop": 826143752
        },
        {
            "start": 826144181,
            "stop": 826176800
        },
        {
            "start": 826194368,
            "stop": 826229398
        },
        {
            "start": 826234942,
            "stop": 826271062
        },
        {
            "start": 826271576,
            "stop": 826273986
        },
        {
            "start": 826273994,
            "stop": 826305323
        },
        {
            "start": 826305331,
            "stop": 826310176
        },
        {
            "start": 826310184,
            "stop": 826310185
        },
        {
            "start": 826310200,
            "stop": 826310692
        },
        {
            "start": 826310700,
            "stop": 826316361
        },
        {
            "start": 826320886,
            "stop": 826320938
        },
        {
            "start": 826324002,
            "stop": 826326943
        },
        {
            "start": 826332770,
            "stop": 826334449
        },
        {
            "start": 826334458,
            "stop": 826341995
        },
        {
            "start": 826342742,
            "stop": 826356794
        },
        {
            "start": 826365657,
            "stop": 826368320
        }
    ]
}