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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=100",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 101,
    "results": [
        {
            "start": 1257826242,
            "stop": 1257826418
        },
        {
            "start": 1257826421,
            "stop": 1257826511
        },
        {
            "start": 1257826514,
            "stop": 1257826798
        },
        {
            "start": 1257826803,
            "stop": 1257826898
        },
        {
            "start": 1257826901,
            "stop": 1257826916
        },
        {
            "start": 1257826919,
            "stop": 1257827014
        },
        {
            "start": 1257827017,
            "stop": 1257827024
        },
        {
            "start": 1257827027,
            "stop": 1257827046
        },
        {
            "start": 1257827049,
            "stop": 1257827053
        },
        {
            "start": 1257827056,
            "stop": 1257827078
        },
        {
            "start": 1257827081,
            "stop": 1257827128
        },
        {
            "start": 1257827131,
            "stop": 1257827280
        },
        {
            "start": 1257827286,
            "stop": 1257827321
        },
        {
            "start": 1257827324,
            "stop": 1257827465
        },
        {
            "start": 1257827471,
            "stop": 1257827496
        },
        {
            "start": 1257827502,
            "stop": 1257827515
        },
        {
            "start": 1257827518,
            "stop": 1257827593
        },
        {
            "start": 1257827596,
            "stop": 1257827703
        },
        {
            "start": 1257827706,
            "stop": 1257827739
        },
        {
            "start": 1257827745,
            "stop": 1257827983
        }
    ]
}