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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=253",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 254,
    "results": [
        {
            "start": 852258255,
            "stop": 852258275
        },
        {
            "start": 852258285,
            "stop": 852258352
        },
        {
            "start": 852258356,
            "stop": 852258455
        },
        {
            "start": 852258458,
            "stop": 852258492
        },
        {
            "start": 852258501,
            "stop": 852258525
        },
        {
            "start": 852258530,
            "stop": 852258546
        },
        {
            "start": 852258550,
            "stop": 852258561
        },
        {
            "start": 852258565,
            "stop": 852258696
        },
        {
            "start": 852258701,
            "stop": 852262464
        },
        {
            "start": 852262467,
            "stop": 852262616
        },
        {
            "start": 852262620,
            "stop": 852262631
        },
        {
            "start": 852262640,
            "stop": 852262666
        },
        {
            "start": 852262674,
            "stop": 852262699
        },
        {
            "start": 852262713,
            "stop": 852262718
        },
        {
            "start": 852262722,
            "stop": 852262724
        },
        {
            "start": 852262738,
            "stop": 852262848
        },
        {
            "start": 852262852,
            "stop": 852262879
        },
        {
            "start": 852262883,
            "stop": 852262939
        },
        {
            "start": 852262943,
            "stop": 852262982
        },
        {
            "start": 852262991,
            "stop": 852263005
        }
    ]
}