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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10262",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10263,
    "results": [
        {
            "start": 874735080,
            "stop": 874735320
        },
        {
            "start": 874735380,
            "stop": 874735462
        },
        {
            "start": 874735469,
            "stop": 874735500
        },
        {
            "start": 874735560,
            "stop": 874735620
        },
        {
            "start": 874735740,
            "stop": 874735920
        },
        {
            "start": 874735980,
            "stop": 874736400
        },
        {
            "start": 874736460,
            "stop": 874736700
        },
        {
            "start": 874736760,
            "stop": 874736880
        },
        {
            "start": 874736940,
            "stop": 874737240
        },
        {
            "start": 874737300,
            "stop": 874737532
        },
        {
            "start": 874737539,
            "stop": 874737780
        },
        {
            "start": 874737840,
            "stop": 874739040
        },
        {
            "start": 874739100,
            "stop": 874739647
        },
        {
            "start": 874739681,
            "stop": 874739820
        },
        {
            "start": 874739880,
            "stop": 874739923
        },
        {
            "start": 874739931,
            "stop": 874740185
        },
        {
            "start": 874740192,
            "stop": 874740240
        },
        {
            "start": 874740300,
            "stop": 874741018
        },
        {
            "start": 874741025,
            "stop": 874741067
        },
        {
            "start": 874741074,
            "stop": 874742343
        }
    ]
}