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=46726
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=46727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46725",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46726,
    "results": [
        {
            "start": 875064033,
            "stop": 875064097
        },
        {
            "start": 875064098,
            "stop": 875064125
        },
        {
            "start": 875064126,
            "stop": 875064146
        },
        {
            "start": 875064147,
            "stop": 875064159
        },
        {
            "start": 875064160,
            "stop": 875064186
        },
        {
            "start": 875064189,
            "stop": 875064229
        },
        {
            "start": 875064230,
            "stop": 875064237
        },
        {
            "start": 875064238,
            "stop": 875064241
        },
        {
            "start": 875064242,
            "stop": 875064273
        },
        {
            "start": 875064274,
            "stop": 875064331
        },
        {
            "start": 875064333,
            "stop": 875064383
        },
        {
            "start": 875064384,
            "stop": 875064407
        },
        {
            "start": 875064408,
            "stop": 875064416
        },
        {
            "start": 875064418,
            "stop": 875064469
        },
        {
            "start": 875064470,
            "stop": 875064473
        },
        {
            "start": 875064474,
            "stop": 875064516
        },
        {
            "start": 875064517,
            "stop": 875064538
        },
        {
            "start": 875064539,
            "stop": 875064639
        },
        {
            "start": 875064642,
            "stop": 875064666
        },
        {
            "start": 875064667,
            "stop": 875064690
        }
    ]
}