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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=20",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 21,
    "results": [
        {
            "start": 934164501,
            "stop": 934167312
        },
        {
            "start": 934169252,
            "stop": 934169801
        },
        {
            "start": 934172662,
            "stop": 934173837
        },
        {
            "start": 934173897,
            "stop": 934191766
        },
        {
            "start": 934194795,
            "stop": 934198321
        },
        {
            "start": 934200263,
            "stop": 934203039
        },
        {
            "start": 934203863,
            "stop": 934204151
        },
        {
            "start": 934205550,
            "stop": 934205711
        },
        {
            "start": 934207817,
            "stop": 934207982
        },
        {
            "start": 934208848,
            "stop": 934209708
        },
        {
            "start": 934213804,
            "stop": 934213805
        },
        {
            "start": 934214798,
            "stop": 934215573
        },
        {
            "start": 934216737,
            "stop": 934217680
        },
        {
            "start": 934223388,
            "stop": 934223679
        },
        {
            "start": 934227898,
            "stop": 934228601
        },
        {
            "start": 934229724,
            "stop": 934231230
        },
        {
            "start": 934231889,
            "stop": 934235763
        },
        {
            "start": 934242716,
            "stop": 934254057
        },
        {
            "start": 934255145,
            "stop": 934258828
        },
        {
            "start": 934260498,
            "stop": 934281795
        }
    ]
}