Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=224
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=223",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 224,
    "results": [
        {
            "start": 821674662,
            "stop": 821674676
        },
        {
            "start": 821674679,
            "stop": 821674681
        },
        {
            "start": 821674684,
            "stop": 821674688
        },
        {
            "start": 821674691,
            "stop": 821674724
        },
        {
            "start": 821674727,
            "stop": 821674729
        },
        {
            "start": 821674732,
            "stop": 821674744
        },
        {
            "start": 821674747,
            "stop": 821674774
        },
        {
            "start": 821674777,
            "stop": 821674788
        },
        {
            "start": 821674791,
            "stop": 821674845
        },
        {
            "start": 821674850,
            "stop": 821674912
        },
        {
            "start": 821674915,
            "stop": 821674930
        },
        {
            "start": 821674933,
            "stop": 821674937
        },
        {
            "start": 821674940,
            "stop": 821674943
        },
        {
            "start": 821674946,
            "stop": 821674948
        },
        {
            "start": 821674951,
            "stop": 821674966
        },
        {
            "start": 821674969,
            "stop": 821674972
        },
        {
            "start": 821674975,
            "stop": 821675016
        },
        {
            "start": 821675019,
            "stop": 821675026
        },
        {
            "start": 821675029,
            "stop": 821675069
        },
        {
            "start": 821675072,
            "stop": 821675111
        }
    ]
}