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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46828",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46829,
    "results": [
        {
            "start": 875132569,
            "stop": 875132652
        },
        {
            "start": 875132653,
            "stop": 875132678
        },
        {
            "start": 875132679,
            "stop": 875132703
        },
        {
            "start": 875132704,
            "stop": 875132713
        },
        {
            "start": 875132716,
            "stop": 875132719
        },
        {
            "start": 875132722,
            "stop": 875132733
        },
        {
            "start": 875132734,
            "stop": 875132769
        },
        {
            "start": 875132770,
            "stop": 875132773
        },
        {
            "start": 875132775,
            "stop": 875132802
        },
        {
            "start": 875132807,
            "stop": 875132822
        },
        {
            "start": 875132823,
            "stop": 875132825
        },
        {
            "start": 875132828,
            "stop": 875132833
        },
        {
            "start": 875132836,
            "stop": 875132845
        },
        {
            "start": 875132847,
            "stop": 875132862
        },
        {
            "start": 875132863,
            "stop": 875132866
        },
        {
            "start": 875132867,
            "stop": 875132877
        },
        {
            "start": 875132880,
            "stop": 875132883
        },
        {
            "start": 875132884,
            "stop": 875132913
        },
        {
            "start": 875132914,
            "stop": 875132923
        },
        {
            "start": 875132926,
            "stop": 875132931
        }
    ]
}