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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=215",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 216,
    "results": [
        {
            "start": 934142565,
            "stop": 934142566
        },
        {
            "start": 934142568,
            "stop": 934142582
        },
        {
            "start": 934142584,
            "stop": 934142608
        },
        {
            "start": 934142610,
            "stop": 934142613
        },
        {
            "start": 934142616,
            "stop": 934142631
        },
        {
            "start": 934142635,
            "stop": 934146134
        },
        {
            "start": 934146136,
            "stop": 934146185
        },
        {
            "start": 934146187,
            "stop": 934146211
        },
        {
            "start": 934146213,
            "stop": 934146217
        },
        {
            "start": 934146220,
            "stop": 934146234
        },
        {
            "start": 934146239,
            "stop": 934149735
        },
        {
            "start": 934149737,
            "stop": 934149758
        },
        {
            "start": 934149760,
            "stop": 934149767
        },
        {
            "start": 934149769,
            "stop": 934149783
        },
        {
            "start": 934149785,
            "stop": 934149815
        },
        {
            "start": 934149818,
            "stop": 934149832
        },
        {
            "start": 934149835,
            "stop": 934153067
        },
        {
            "start": 934162221,
            "stop": 934164137
        },
        {
            "start": 934164139,
            "stop": 934164159
        },
        {
            "start": 934164162,
            "stop": 934164166
        }
    ]
}