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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=40",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 41,
    "results": [
        {
            "start": 1238612168,
            "stop": 1238612326
        },
        {
            "start": 1238612329,
            "stop": 1238613087
        },
        {
            "start": 1238613090,
            "stop": 1238613371
        },
        {
            "start": 1238613374,
            "stop": 1238613672
        },
        {
            "start": 1238613675,
            "stop": 1238613682
        },
        {
            "start": 1238613685,
            "stop": 1238613874
        },
        {
            "start": 1238613877,
            "stop": 1238614128
        },
        {
            "start": 1238614130,
            "stop": 1238614159
        },
        {
            "start": 1238614162,
            "stop": 1238614713
        },
        {
            "start": 1238614716,
            "stop": 1238615187
        },
        {
            "start": 1238615188,
            "stop": 1238615423
        },
        {
            "start": 1238615426,
            "stop": 1238615673
        },
        {
            "start": 1238615675,
            "stop": 1238615782
        },
        {
            "start": 1238615785,
            "stop": 1238615896
        },
        {
            "start": 1238615898,
            "stop": 1238615901
        },
        {
            "start": 1238615902,
            "stop": 1238615988
        },
        {
            "start": 1238615989,
            "stop": 1238615992
        },
        {
            "start": 1238615994,
            "stop": 1238616067
        },
        {
            "start": 1238616070,
            "stop": 1238616071
        },
        {
            "start": 1238616072,
            "stop": 1238616082
        }
    ]
}