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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14864",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14862",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14863,
    "results": [
        {
            "start": 971409756,
            "stop": 971409760
        },
        {
            "start": 971409763,
            "stop": 971409765
        },
        {
            "start": 971409767,
            "stop": 971409770
        },
        {
            "start": 971409773,
            "stop": 971409778
        },
        {
            "start": 971409780,
            "stop": 971409787
        },
        {
            "start": 971409788,
            "stop": 971409789
        },
        {
            "start": 971409791,
            "stop": 971409793
        },
        {
            "start": 971409795,
            "stop": 971409797
        },
        {
            "start": 971409798,
            "stop": 971409807
        },
        {
            "start": 971409809,
            "stop": 971409811
        },
        {
            "start": 971409813,
            "stop": 971409815
        },
        {
            "start": 971409816,
            "stop": 971409817
        },
        {
            "start": 971409818,
            "stop": 971409831
        },
        {
            "start": 971409832,
            "stop": 971409836
        },
        {
            "start": 971409837,
            "stop": 971409845
        },
        {
            "start": 971409849,
            "stop": 971409854
        },
        {
            "start": 971409859,
            "stop": 971409867
        },
        {
            "start": 971409868,
            "stop": 971409871
        },
        {
            "start": 971409872,
            "stop": 971409874
        },
        {
            "start": 971409876,
            "stop": 971409889
        }
    ]
}