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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 156,
    "results": [
        {
            "start": 1258560883,
            "stop": 1258561676
        },
        {
            "start": 1258561679,
            "stop": 1258561831
        },
        {
            "start": 1258561834,
            "stop": 1258561835
        },
        {
            "start": 1258561838,
            "stop": 1258562396
        },
        {
            "start": 1258562399,
            "stop": 1258562436
        },
        {
            "start": 1258562439,
            "stop": 1258562466
        },
        {
            "start": 1258562469,
            "stop": 1258562475
        },
        {
            "start": 1258562478,
            "stop": 1258562496
        },
        {
            "start": 1258562499,
            "stop": 1258562721
        },
        {
            "start": 1258562724,
            "stop": 1258562729
        },
        {
            "start": 1258562732,
            "stop": 1258562745
        },
        {
            "start": 1258562748,
            "stop": 1258562751
        },
        {
            "start": 1258562754,
            "stop": 1258562833
        },
        {
            "start": 1258562836,
            "stop": 1258562841
        },
        {
            "start": 1258562844,
            "stop": 1258562941
        },
        {
            "start": 1258562944,
            "stop": 1258562948
        },
        {
            "start": 1258562951,
            "stop": 1258563249
        },
        {
            "start": 1258563252,
            "stop": 1258563408
        },
        {
            "start": 1258563411,
            "stop": 1258563446
        },
        {
            "start": 1258563449,
            "stop": 1258563461
        }
    ]
}