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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2349",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2350,
    "results": [
        {
            "start": 874646959,
            "stop": 874647091
        },
        {
            "start": 874647111,
            "stop": 874647123
        },
        {
            "start": 874647142,
            "stop": 874647285
        },
        {
            "start": 874647359,
            "stop": 874647360
        },
        {
            "start": 874647392,
            "stop": 874647425
        },
        {
            "start": 874647448,
            "stop": 874647586
        },
        {
            "start": 874647605,
            "stop": 874647703
        },
        {
            "start": 874647726,
            "stop": 874648674
        },
        {
            "start": 874648693,
            "stop": 874648769
        },
        {
            "start": 874648788,
            "stop": 874648806
        },
        {
            "start": 874648829,
            "stop": 874648857
        },
        {
            "start": 874648876,
            "stop": 874648905
        },
        {
            "start": 874648938,
            "stop": 874649068
        },
        {
            "start": 874649087,
            "stop": 874649392
        },
        {
            "start": 874649441,
            "stop": 874650655
        },
        {
            "start": 874650675,
            "stop": 874653279
        },
        {
            "start": 874653300,
            "stop": 874653557
        },
        {
            "start": 874653576,
            "stop": 874653644
        },
        {
            "start": 874653677,
            "stop": 874653685
        },
        {
            "start": 874653749,
            "stop": 874653778
        }
    ]
}