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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=74",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 75,
    "results": [
        {
            "start": 1130688763,
            "stop": 1130688789
        },
        {
            "start": 1130688790,
            "stop": 1130688791
        },
        {
            "start": 1130688792,
            "stop": 1130688807
        },
        {
            "start": 1130688809,
            "stop": 1130688811
        },
        {
            "start": 1130688812,
            "stop": 1130688819
        },
        {
            "start": 1130688820,
            "stop": 1130688823
        },
        {
            "start": 1130688824,
            "stop": 1130688863
        },
        {
            "start": 1130688865,
            "stop": 1130688966
        },
        {
            "start": 1130688967,
            "stop": 1130688968
        },
        {
            "start": 1130688970,
            "stop": 1130688975
        },
        {
            "start": 1130688978,
            "stop": 1130689006
        },
        {
            "start": 1130722395,
            "stop": 1130725651
        },
        {
            "start": 1130725652,
            "stop": 1130725979
        },
        {
            "start": 1130725980,
            "stop": 1130731546
        },
        {
            "start": 1130731548,
            "stop": 1130743336
        },
        {
            "start": 1130744618,
            "stop": 1130753414
        },
        {
            "start": 1130767176,
            "stop": 1130781284
        },
        {
            "start": 1130781285,
            "stop": 1130781297
        },
        {
            "start": 1130781299,
            "stop": 1130781304
        },
        {
            "start": 1130781305,
            "stop": 1130781670
        }
    ]
}