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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=67",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 68,
    "results": [
        {
            "start": 1172746631,
            "stop": 1172746686
        },
        {
            "start": 1172753092,
            "stop": 1172758311
        },
        {
            "start": 1172759186,
            "stop": 1172761999
        },
        {
            "start": 1172762002,
            "stop": 1172768510
        },
        {
            "start": 1172768514,
            "stop": 1172769940
        },
        {
            "start": 1172769944,
            "stop": 1172778540
        },
        {
            "start": 1172778544,
            "stop": 1172779402
        },
        {
            "start": 1172779405,
            "stop": 1172782027
        },
        {
            "start": 1172782030,
            "stop": 1172786475
        },
        {
            "start": 1172787085,
            "stop": 1172787250
        },
        {
            "start": 1172787251,
            "stop": 1172792007
        },
        {
            "start": 1172798629,
            "stop": 1172799756
        },
        {
            "start": 1172799853,
            "stop": 1172812065
        },
        {
            "start": 1172819075,
            "stop": 1172820150
        },
        {
            "start": 1172820154,
            "stop": 1172820983
        },
        {
            "start": 1172820987,
            "stop": 1172822092
        },
        {
            "start": 1172822096,
            "stop": 1172822367
        },
        {
            "start": 1172826755,
            "stop": 1172827120
        },
        {
            "start": 1172827122,
            "stop": 1172829456
        },
        {
            "start": 1172829462,
            "stop": 1172829579
        }
    ]
}