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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=139",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 140,
    "results": [
        {
            "start": 818745504,
            "stop": 818745527
        },
        {
            "start": 818745561,
            "stop": 818745563
        },
        {
            "start": 818746727,
            "stop": 818746746
        },
        {
            "start": 818746777,
            "stop": 818746780
        },
        {
            "start": 818746906,
            "stop": 818746910
        },
        {
            "start": 818747033,
            "stop": 818747077
        },
        {
            "start": 818747109,
            "stop": 818747218
        },
        {
            "start": 818747407,
            "stop": 818747456
        },
        {
            "start": 818747530,
            "stop": 818747546
        },
        {
            "start": 818747578,
            "stop": 818747613
        },
        {
            "start": 818747643,
            "stop": 818747647
        },
        {
            "start": 818747676,
            "stop": 818747710
        },
        {
            "start": 818747739,
            "stop": 818747777
        },
        {
            "start": 818747809,
            "stop": 818747926
        },
        {
            "start": 818747955,
            "stop": 818748418
        },
        {
            "start": 818748447,
            "stop": 818748707
        },
        {
            "start": 818748736,
            "stop": 818749091
        },
        {
            "start": 818749099,
            "stop": 818749304
        },
        {
            "start": 818749335,
            "stop": 818749663
        },
        {
            "start": 818749699,
            "stop": 818749723
        }
    ]
}