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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2342",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2343,
    "results": [
        {
            "start": 874554950,
            "stop": 874555067
        },
        {
            "start": 874555086,
            "stop": 874555333
        },
        {
            "start": 874555352,
            "stop": 874559917
        },
        {
            "start": 874559938,
            "stop": 874560157
        },
        {
            "start": 874560176,
            "stop": 874560184
        },
        {
            "start": 874560204,
            "stop": 874560774
        },
        {
            "start": 874560794,
            "stop": 874560832
        },
        {
            "start": 874560858,
            "stop": 874564852
        },
        {
            "start": 874564871,
            "stop": 874564976
        },
        {
            "start": 874564982,
            "stop": 874565782
        },
        {
            "start": 874565804,
            "stop": 874565918
        },
        {
            "start": 874565937,
            "stop": 874566349
        },
        {
            "start": 874566368,
            "stop": 874566479
        },
        {
            "start": 874566513,
            "stop": 874566928
        },
        {
            "start": 874566971,
            "stop": 874567034
        },
        {
            "start": 874567053,
            "stop": 874567337
        },
        {
            "start": 874567386,
            "stop": 874567634
        },
        {
            "start": 874567653,
            "stop": 874567666
        },
        {
            "start": 874567686,
            "stop": 874567918
        },
        {
            "start": 874567937,
            "stop": 874568315
        }
    ]
}