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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=370",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 371,
    "results": [
        {
            "start": 1182785617,
            "stop": 1182786481
        },
        {
            "start": 1182786482,
            "stop": 1182786822
        },
        {
            "start": 1182786823,
            "stop": 1182787024
        },
        {
            "start": 1182787026,
            "stop": 1182787284
        },
        {
            "start": 1182787285,
            "stop": 1182788046
        },
        {
            "start": 1182788047,
            "stop": 1182789172
        },
        {
            "start": 1182789173,
            "stop": 1182789379
        },
        {
            "start": 1182789380,
            "stop": 1182789662
        },
        {
            "start": 1182789663,
            "stop": 1182789742
        },
        {
            "start": 1182789743,
            "stop": 1182789866
        },
        {
            "start": 1182789867,
            "stop": 1182790602
        },
        {
            "start": 1182790603,
            "stop": 1182790798
        },
        {
            "start": 1182790799,
            "stop": 1182790926
        },
        {
            "start": 1182790927,
            "stop": 1182791031
        },
        {
            "start": 1182791032,
            "stop": 1182791185
        },
        {
            "start": 1182791186,
            "stop": 1182791512
        },
        {
            "start": 1182791513,
            "stop": 1182791536
        },
        {
            "start": 1182791537,
            "stop": 1182791762
        },
        {
            "start": 1182791763,
            "stop": 1182791979
        },
        {
            "start": 1182791980,
            "stop": 1182792033
        }
    ]
}