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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=128",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 129,
    "results": [
        {
            "start": 818365821,
            "stop": 818365866
        },
        {
            "start": 818365925,
            "stop": 818366176
        },
        {
            "start": 818366220,
            "stop": 818366345
        },
        {
            "start": 818366436,
            "stop": 818366445
        },
        {
            "start": 818366504,
            "stop": 818366560
        },
        {
            "start": 818366609,
            "stop": 818366665
        },
        {
            "start": 818366694,
            "stop": 818366834
        },
        {
            "start": 818366870,
            "stop": 818366882
        },
        {
            "start": 818366911,
            "stop": 818367820
        },
        {
            "start": 818367871,
            "stop": 818367890
        },
        {
            "start": 818367919,
            "stop": 818367950
        },
        {
            "start": 818368037,
            "stop": 818368235
        },
        {
            "start": 818368264,
            "stop": 818368325
        },
        {
            "start": 818368354,
            "stop": 818368385
        },
        {
            "start": 818368472,
            "stop": 818368493
        },
        {
            "start": 818368549,
            "stop": 818368672
        },
        {
            "start": 818368715,
            "stop": 818368727
        },
        {
            "start": 818368760,
            "stop": 818368822
        },
        {
            "start": 818368866,
            "stop": 818368926
        },
        {
            "start": 818368955,
            "stop": 818369281
        }
    ]
}