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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40980",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40981,
    "results": [
        {
            "start": 875138619,
            "stop": 875138657
        },
        {
            "start": 875138658,
            "stop": 875138690
        },
        {
            "start": 875138691,
            "stop": 875138778
        },
        {
            "start": 875138779,
            "stop": 875138784
        },
        {
            "start": 875138786,
            "stop": 875138848
        },
        {
            "start": 875138850,
            "stop": 875138933
        },
        {
            "start": 875138935,
            "stop": 875139009
        },
        {
            "start": 875139010,
            "stop": 875139040
        },
        {
            "start": 875139041,
            "stop": 875139061
        },
        {
            "start": 875139063,
            "stop": 875139065
        },
        {
            "start": 875139066,
            "stop": 875139082
        },
        {
            "start": 875139084,
            "stop": 875139099
        },
        {
            "start": 875139100,
            "stop": 875139104
        },
        {
            "start": 875139106,
            "stop": 875139125
        },
        {
            "start": 875139126,
            "stop": 875139168
        },
        {
            "start": 875139169,
            "stop": 875139189
        },
        {
            "start": 875139191,
            "stop": 875139226
        },
        {
            "start": 875139227,
            "stop": 875139295
        },
        {
            "start": 875139297,
            "stop": 875139317
        },
        {
            "start": 875139319,
            "stop": 875139359
        }
    ]
}