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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5854",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5855,
    "results": [
        {
            "start": 874753883,
            "stop": 874754106
        },
        {
            "start": 874754109,
            "stop": 874754110
        },
        {
            "start": 874754113,
            "stop": 874754195
        },
        {
            "start": 874754200,
            "stop": 874754338
        },
        {
            "start": 874754341,
            "stop": 874754570
        },
        {
            "start": 874754573,
            "stop": 874754634
        },
        {
            "start": 874754637,
            "stop": 874754675
        },
        {
            "start": 874754678,
            "stop": 874754789
        },
        {
            "start": 874754793,
            "stop": 874754794
        },
        {
            "start": 874754797,
            "stop": 874754817
        },
        {
            "start": 874754821,
            "stop": 874754863
        },
        {
            "start": 874754866,
            "stop": 874754881
        },
        {
            "start": 874754884,
            "stop": 874754938
        },
        {
            "start": 874754942,
            "stop": 874754948
        },
        {
            "start": 874754951,
            "stop": 874754965
        },
        {
            "start": 874754968,
            "stop": 874754996
        },
        {
            "start": 874755004,
            "stop": 874755006
        },
        {
            "start": 874755010,
            "stop": 874755131
        },
        {
            "start": 874755134,
            "stop": 874755551
        },
        {
            "start": 874755554,
            "stop": 874755581
        }
    ]
}