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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=54",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 55,
    "results": [
        {
            "start": 817747772,
            "stop": 817747849
        },
        {
            "start": 817747858,
            "stop": 817747881
        },
        {
            "start": 817747889,
            "stop": 817747946
        },
        {
            "start": 817747954,
            "stop": 817748013
        },
        {
            "start": 817748029,
            "stop": 817748101
        },
        {
            "start": 817750205,
            "stop": 817750220
        },
        {
            "start": 817750228,
            "stop": 817750516
        },
        {
            "start": 817755360,
            "stop": 817756753
        },
        {
            "start": 817756761,
            "stop": 817756764
        },
        {
            "start": 817756777,
            "stop": 817756780
        },
        {
            "start": 817756789,
            "stop": 817756797
        },
        {
            "start": 817756805,
            "stop": 817757346
        },
        {
            "start": 817757354,
            "stop": 817757364
        },
        {
            "start": 817757372,
            "stop": 817757392
        },
        {
            "start": 817757408,
            "stop": 817757410
        },
        {
            "start": 817757431,
            "stop": 817758785
        },
        {
            "start": 817758793,
            "stop": 817758822
        },
        {
            "start": 817758830,
            "stop": 817758838
        },
        {
            "start": 817758846,
            "stop": 817758933
        },
        {
            "start": 817758947,
            "stop": 817760814
        }
    ]
}