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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=120",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 121,
    "results": [
        {
            "start": 1238949137,
            "stop": 1238949217
        },
        {
            "start": 1238949220,
            "stop": 1238949731
        },
        {
            "start": 1238949735,
            "stop": 1238950227
        },
        {
            "start": 1238950230,
            "stop": 1238951217
        },
        {
            "start": 1238951221,
            "stop": 1238953239
        },
        {
            "start": 1238953242,
            "stop": 1238953902
        },
        {
            "start": 1238953907,
            "stop": 1238953915
        },
        {
            "start": 1238958004,
            "stop": 1238958127
        },
        {
            "start": 1238958419,
            "stop": 1238958836
        },
        {
            "start": 1238958840,
            "stop": 1238959278
        },
        {
            "start": 1238959283,
            "stop": 1238960060
        },
        {
            "start": 1238989402,
            "stop": 1238989698
        },
        {
            "start": 1238989701,
            "stop": 1238990935
        },
        {
            "start": 1238990939,
            "stop": 1238991640
        },
        {
            "start": 1238991645,
            "stop": 1238991895
        },
        {
            "start": 1238991899,
            "stop": 1238994701
        },
        {
            "start": 1238994706,
            "stop": 1238995245
        },
        {
            "start": 1238995250,
            "stop": 1238995779
        },
        {
            "start": 1238996840,
            "stop": 1239000033
        },
        {
            "start": 1239000037,
            "stop": 1239000774
        }
    ]
}