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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=172",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 173,
    "results": [
        {
            "start": 931469002,
            "stop": 931469015
        },
        {
            "start": 931469017,
            "stop": 931469029
        },
        {
            "start": 931469030,
            "stop": 931469033
        },
        {
            "start": 931469035,
            "stop": 931469115
        },
        {
            "start": 931469119,
            "stop": 931469122
        },
        {
            "start": 931469124,
            "stop": 931469156
        },
        {
            "start": 931469158,
            "stop": 931469166
        },
        {
            "start": 931469167,
            "stop": 931469204
        },
        {
            "start": 931469206,
            "stop": 931469220
        },
        {
            "start": 931469222,
            "stop": 931469231
        },
        {
            "start": 931469237,
            "stop": 931469265
        },
        {
            "start": 931469266,
            "stop": 931469328
        },
        {
            "start": 931469330,
            "stop": 931469344
        },
        {
            "start": 931469346,
            "stop": 931469365
        },
        {
            "start": 931469367,
            "stop": 931469398
        },
        {
            "start": 931469400,
            "stop": 931469403
        },
        {
            "start": 931469405,
            "stop": 931469443
        },
        {
            "start": 931469445,
            "stop": 931469466
        },
        {
            "start": 931469468,
            "stop": 931469470
        },
        {
            "start": 931469471,
            "stop": 931469563
        }
    ]
}