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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=59",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 60,
    "results": [
        {
            "start": 931401098,
            "stop": 931401104
        },
        {
            "start": 931401127,
            "stop": 931401129
        },
        {
            "start": 931401160,
            "stop": 931401185
        },
        {
            "start": 931401203,
            "stop": 931401227
        },
        {
            "start": 931401258,
            "stop": 931401259
        },
        {
            "start": 931401313,
            "stop": 931401321
        },
        {
            "start": 931401338,
            "stop": 931401355
        },
        {
            "start": 931401379,
            "stop": 931401385
        },
        {
            "start": 931401425,
            "stop": 931401428
        },
        {
            "start": 931401446,
            "stop": 931401451
        },
        {
            "start": 931401469,
            "stop": 931401518
        },
        {
            "start": 931401536,
            "stop": 931401550
        },
        {
            "start": 931401568,
            "stop": 931401572
        },
        {
            "start": 931401603,
            "stop": 931401644
        },
        {
            "start": 931401663,
            "stop": 931401673
        },
        {
            "start": 931401691,
            "stop": 931401697
        },
        {
            "start": 931401724,
            "stop": 931401751
        },
        {
            "start": 931401799,
            "stop": 931401847
        },
        {
            "start": 931401877,
            "stop": 931401894
        },
        {
            "start": 931401912,
            "stop": 931401946
        }
    ]
}